Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Adafruit_ADS1x15/ads1x15_ex_singleended.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def signal_handler(signal, frame):
ADS1115 = 0x01 # 16-bit ADC

# Select the gain
# gain = 61 # +/- 6.144V
# gain = 6144 # +/- 6.144V
gain = 4096 # +/- 4.096V
# gain = 2048 # +/- 2.048V
# gain = 1024 # +/- 1.024V
Expand Down