update base code to rev3.3a

This commit is contained in:
Siwat Sirichai 2023-09-09 22:44:08 +07:00
parent 1e4e8f7347
commit a927c74393
7 changed files with 61 additions and 16 deletions

View file

@ -1,14 +0,0 @@
#include <ESPMegaPRO.h>
void setup()
{
Serial.begin(115200);
ESPMega_begin();
ESPMega_dacWrite(0,2000);
ESPMega_dacWrite(1,2000);
}
void loop()
{
delay(100);
}