Initial commit

This commit is contained in:
Daniel Flanagan 2023-11-25 17:17:36 -06:00
commit 2b1fb00bb7
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
4 changed files with 7 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/.Trashes
/.fseventsd
/.metadata_never_index
/boot_out.txt

3
code.py Normal file
View file

@ -0,0 +1,3 @@
from adafruit_datetime import datetime, date, time
print("Hello World!")

BIN
lib/adafruit_datetime.mpy Normal file

Binary file not shown.

0
settings.toml Normal file
View file