Skip to content

Commit

Permalink
Update Adafruit_ADS1X15.h
Browse files Browse the repository at this point in the history
bug fixed
  • Loading branch information
MrF83 authored Dec 1, 2021
1 parent 0f98f98 commit 7192a60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Adafruit_ADS1X15.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class Adafruit_ADS1X15 {
int16_t readADC_Differential_0_3();
int16_t readADC_Differential_1_3();
int16_t readADC_Differential_2_3();
int16_t readADC_Differential(uint8_t channel);
void startComparator_SingleEnded(uint8_t channel, int16_t threshold);
int16_t getLastConversionResults();
float computeVolts(int16_t counts);
Expand Down

0 comments on commit 7192a60

Please sign in to comment.