added test
This commit is contained in:
parent
09aff91b31
commit
b51cce709a
@ -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