update base code to rev3.3a
This commit is contained in:
parent
1e4e8f7347
commit
a927c74393
7 changed files with 61 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <Arduino.h>
|
||||
#include <ESPMegaPRO.h>
|
||||
// --------------------------------------
|
||||
// i2c_scanner
|
||||
//
|
||||
|
|
8
Template Project/src/rtc_demo.cpp
Normal file
8
Template Project/src/rtc_demo.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <ESPMegaPRO.h>
|
||||
void setup() {
|
||||
ESPMega_begin();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
delay(5000);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue