1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 12:53:22 +00:00

Start of global debug implementation to match the PWM code

This commit is contained in:
Robert Wolterman
2017-01-25 05:07:00 +00:00
parent 8c3dab1ecc
commit bd7f667041
4 changed files with 35 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import CHIP_IO.LRADC as ADC
# == ENABLE DEBUG ==
print("ENABLING LRADC DEBUG OUTPUT")
ADC.enable_debug()
ADC.toggle_debug()
# == SETUP ==
print("LRADC SETUP WITH SAMPLE RATE OF 125")