Skip to content

Commit

Permalink
corrected deposition direction
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyDragon committed Mar 27, 2024
1 parent c30f353 commit 1fc39bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void update(int32_t &dep_curr) {

float update_curr() { return ACS711_Current_Bus::read(DEP_CURR_ADC, DEP_CURR_MUX); }

void cb(int8_t volt) { dep_mtr.write(volt); }
void cb(int8_t volt) { dep_mtr.write(-volt); }
//exc_mtr.write(volt); }

} // namespace deposition

0 comments on commit 1fc39bc

Please sign in to comment.