Skip to content

Commit

Permalink
revert boot.py to fona-support version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericskiff committed Nov 28, 2022
1 parent 348ea89 commit d1f445b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import digitalio
import storage
import adafruit_ahtx0
import rtc

led = digitalio.DigitalInOut(board.LED)
led.direction = digitalio.Direction.OUTPUT
Expand All @@ -18,10 +17,6 @@
reset_pin.direction = digitalio.Direction.INPUT
#####################

## Set up the realtime clock
r = rtc.RTC()
print(f"Time at start: {r.datetime}")

try:
i2c = board.I2C() # uses board.SCL and board.SDA
sensor = adafruit_ahtx0.AHTx0(i2c)
Expand Down

0 comments on commit d1f445b

Please sign in to comment.