split code up into modules and add pubsub and timers

This commit is contained in:
Travis Shears 2023-08-10 08:11:39 +02:00
parent 05c470197f
commit 001f99db7c
Signed by: travisshears
GPG key ID: D4C2E4DFAB8BABF8
7 changed files with 228 additions and 137 deletions

15
CIRCUITPY/.vscode/settings.json vendored Executable file
View file

@ -0,0 +1,15 @@
{
"python.languageServer": "None",
"python.linting.pylintEnabled": false,
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none"
},
"python.analysis.extraPaths": [
"/Users/travis.shears/.vscode/extensions/joedevivo.vscode-circuitpython-0.1.20-darwin-arm64/boards/0x239A/0x80F4",
"/Users/travis.shears/.vscode/extensions/joedevivo.vscode-circuitpython-0.1.20-darwin-arm64/stubs",
"/Users/travis.shears/Library/Application Support/Code/User/globalStorage/joedevivo.vscode-circuitpython/bundle/20230808/adafruit-circuitpython-bundle-py-20230808/lib"
],
"circuitpython.board.version": "8.2.0",
"circuitpython.board.vid": "0x239A",
"circuitpython.board.pid": "0x80F4"
}