added test
This commit is contained in:
parent
09aff91b31
commit
b51cce709a
14
.vscode/extensions.json
vendored
14
.vscode/extensions.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
#include <Wire.h>
|
||||
|
||||
#include "PCA9685.h"
|
||||
#include <GDBStub.h>
|
||||
|
||||
#define ESP12_LED 2
|
||||
#define NODEMCU_LED 16
|
||||
@ -178,7 +179,9 @@ void setup_pwm_pca9685() {
|
||||
}
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.begin(460800);
|
||||
gdbstub_init();
|
||||
|
||||
Serial.println(F("Booting ...."));
|
||||
|
||||
pinMode(NODEMCU_LED, OUTPUT);
|
||||
|
0
test/test_main.cpp
Normal file
0
test/test_main.cpp
Normal file
Loading…
x
Reference in New Issue
Block a user