We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a876b2 commit 8dc8c4fCopy full SHA for 8dc8c4f
Adafruit_ADS1x15/Adafruit_ADS1x15.py
@@ -54,7 +54,7 @@ class ADS1x15:
54
__ADS1015_REG_CONFIG_DR_128SPS = 0x0000 # 128 samples per second
55
__ADS1015_REG_CONFIG_DR_250SPS = 0x0020 # 250 samples per second
56
__ADS1015_REG_CONFIG_DR_490SPS = 0x0040 # 490 samples per second
57
- __ADS1015_REG_CONFIG_DR_920SPS = 0x0050 # 920 samples per second
+ __ADS1015_REG_CONFIG_DR_920SPS = 0x0060 # 920 samples per second
58
__ADS1015_REG_CONFIG_DR_1600SPS = 0x0080 # 1600 samples per second (default)
59
__ADS1015_REG_CONFIG_DR_2400SPS = 0x00A0 # 2400 samples per second
60
__ADS1015_REG_CONFIG_DR_3300SPS = 0x00C0 # 3300 samples per second
0 commit comments