1
1

initial commit

This commit is contained in:
2023-04-04 21:35:00 +02:00
commit 4c11f7fc4b
5 changed files with 543 additions and 0 deletions

22
.micropythonrc Normal file
View File

@@ -0,0 +1,22 @@
{
"upload": {
"port": "/dev/tty.usbserial-1410",
"baud": 115200
},
"serial": {
"port": "/dev/tty.usbserial-1410",
"baud": 115200
},
"ignore": {
"extensions": [
".micropythonrc"
],
"directories": [
".vscode"
]
},
"tools": {
"ampy": "/usr/local/bin/ampy",
"rshell": "/Library/Frameworks/Python.framework/Versions/3.7/bin/rshell"
}
}