Hello World, or not Arduino
-
Hello,
so I can burn the Core2 test application without issue, and I can code Arduino's nano's without many issues, but I can't get the hello word example to work on the core2! i just get a black screen!What am I doing wrong?
I can revert from Arduino to the test program by re flashing it from the burner...
-
Replace
#include <M5Stack.h>
with#include <M5Core2.h>
. -
that did it
THANK you