Skip to content

Instantly share code, notes, and snippets.

View PaulskPt's full-sized avatar

Paulus H.J. Schulinck PaulskPt

View GitHub Profile
@PaulskPt
PaulskPt / gist:b0d3e075f654658fc47c3a8f6c83aaa4
Last active September 24, 2022 20:32
UM_FeatherS2_with_CircuitPython_V7.3.3._WiFi_test
import time, gc, os
import board
import feathers3
import wifi
import socketpool
try:
from secrets import secrets
except ImportError:
print("WiFi secrets are kept in secrets.py, please add them there!")