parent
5a2a5564c1
commit
9bb8757033
2
main.py
2
main.py
|
@ -19,8 +19,8 @@ except ImportError:
|
||||||
sys.path.append('./SDL_Adafruit_ADS1x15')
|
sys.path.append('./SDL_Adafruit_ADS1x15')
|
||||||
import SDL_Adafruit_ADS1x15
|
import SDL_Adafruit_ADS1x15
|
||||||
|
|
||||||
GPIO.setwarnings(False)
|
|
||||||
GPIO.setmode(GPIO.BOARD)
|
GPIO.setmode(GPIO.BOARD)
|
||||||
|
GPIO.setwarnings(False)
|
||||||
|
|
||||||
def debug_print(message: str):
|
def debug_print(message: str):
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
|
|
Loading…
Reference in New Issue