We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1a5ee commit 6cfdf84Copy full SHA for 6cfdf84
2 files changed
.gitignore
@@ -4,3 +4,4 @@ Hue_Controller/secrets.h
4
*.DS_Store
5
CircuitPython_Logger/secrets\.py
6
.python-version
7
+__pycache__
PyPortal_Azure_Plant_Monitor/code.py
@@ -15,9 +15,9 @@
15
from adafruit_esp32spi import adafruit_esp32spi, adafruit_esp32spi_wifimanager
16
import adafruit_esp32spi.adafruit_esp32spi_socket as socket
17
import neopixel
18
+from adafruit_ntp import NTP
19
from adafruit_azureiot import IoTCentralDevice
20
from adafruit_seesaw.seesaw import Seesaw
-from adafruit_ntp import NTP
21
22
# gfx helper
23
import azure_gfx_helper
0 commit comments