Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jan 11, 2024
1 parent 58d2ef6 commit c7dccc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACS712.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ class ACS712


// returns mA
// blocks < 1 ms (depending on # samples and ADC used)
// blocks < 1 ms (depending on # cycles and ADC used)
// does call yield() for RTOS.
float mA_DC(uint16_t samples = 1);
float mA_DC(uint16_t cycles = 1);


// midPoint functions
Expand Down

0 comments on commit c7dccc6

Please sign in to comment.