update structure des dossiers, init
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
#include <ES32A08.h>
|
||||
|
||||
ES32A08 board;
|
||||
|
||||
void setup() {
|
||||
board.begin();
|
||||
board.setPWRLED(true);
|
||||
board.setRelay(1, true);
|
||||
board.display("INIT");
|
||||
}
|
||||
|
||||
void loop() {
|
||||
if (board.readButton(1)) {
|
||||
board.display(1234);
|
||||
}
|
||||
}
|
||||
#include <ES32A08.h>
|
||||
|
||||
ES32A08 board;
|
||||
|
||||
void setup() {
|
||||
board.begin();
|
||||
board.setPWRLED(true);
|
||||
board.setRelay(1, true);
|
||||
board.display("INIT");
|
||||
}
|
||||
|
||||
void loop() {
|
||||
if (board.readButton(1)) {
|
||||
board.display(1234);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user