add header

This commit is contained in:
brentru 2019-03-29 13:51:03 -04:00
parent 17467fd2c6
commit a76206e934

View file

@ -1,6 +1,8 @@
"""
PyPortal Smart Scale
an internet of things smart-scale
an internet of things smart-scale for Adafruit IO
Brent Rubell for Adafruit Industries, 2019
"""
import time
import board
@ -104,7 +106,6 @@ while True:
continue
print('Data sent!')
text_label.text = 'sent!'
# to avoid sleep mode, toggle the units pin every 2mins.
if (time.monotonic() - time_stamp) > 120:
print('toggling units button')