forked from Michel2/pytimex
Rebuild for use with PlatformIO
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+10
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
[platformio]
|
||||
src_dir = timex_transcoder
|
||||
|
||||
[env]
|
||||
framework = arduino
|
||||
|
||||
[env:micro]
|
||||
platform = atmelavr
|
||||
board = micro
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user