Skip to content

Added NAU7802 library #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -947,3 +947,6 @@
[submodule "libraries/helpers/wave"]
path = libraries/helpers/wave
url = https://github.com/adafruit/Adafruit_CircuitPython_wave.git
[submodule "libraries/drivers/nau7802"]
path = libraries/drivers/nau7802
url = https://github.com/adafruit/CircuitPython_NAU7802.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
MCP4725 Digital-to-Analog Converter <https://docs.circuitpython.org/projects/mcp4725/en/latest/>
MCP4728 4-Channel, 12-bit Digital-to-Analog Converter <https://docs.circuitpython.org/projects/mcp4728/en/latest/>
MPR121 Capacitive Touch Sensor <https://docs.circuitpython.org/projects/mpr121/en/latest/>
NAU7802 24-Bit ADC <https://docs.circuitpython.org/projects/nau7802/en/latest/>
PCA9685 16 x 12-bit PWM Driver <https://docs.circuitpython.org/projects/pca9685/en/latest/>
PCF8574 GPIO Expander <https://docs.circuitpython.org/projects/pcf8574/en/latest/>
PCF8575 GPIO Expander <https://docs.circuitpython.org/projects/pcf8575/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/nau7802
Submodule nau7802 added at 366845