Rebuild for use with PlatformIO

This commit is contained in:
2023-11-03 18:23:37 +01:00
parent b65be1dac0
commit c13299ab53
4 changed files with 28 additions and 1 deletions
+7
View File
@@ -129,3 +129,10 @@ dmypy.json
.pyre/
*.swp
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/settings.json
+10
View File
@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
+9
View File
@@ -0,0 +1,9 @@
[platformio]
src_dir = timex_transcoder
[env]
framework = arduino
[env:micro]
platform = atmelavr
board = micro
+1
View File
@@ -33,6 +33,7 @@
*
*/
#include <Arduino.h>
/* If TURBO_MODE is defined, the blasting will be faster. It works fine
* most of the time, but the slower speed will probably be more reliable