This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
Renamed gain constants as per Datasheet
pull/50/head
Roudy Dagher
8 years ago
committed by
rdagher
parent
fcd3fe9120
commit
e2867c327f
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
wiringPi/ads1115.h
+ 5
- 5
wiringPi/ads1115.h
View File
@@ -26,12 +26,12 @@
// Gain
#define ADS1115_GAIN_
6
0
#define ADS1115_GAIN_
4
1
#define ADS1115_GAIN_
TWO_THIRD
0
#define ADS1115_GAIN_
1
1
#define ADS1115_GAIN_2 2
#define ADS1115_GAIN_
1
3
#define ADS1115_GAIN_
HALF
4
#define ADS1115_GAIN_
QUARTER
5
#define ADS1115_GAIN_
4
3
#define ADS1115_GAIN_
8
4
#define ADS1115_GAIN_
16
5
// Data rate
Write
Preview
Loading…
Cancel
Save