A thing that uses a Makefile instead of the Arduino IDE.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
130 B

#include <Arduboy.h>
Arduboy sys;
uint32_t i = 0;
void setup() {
sys.begin();
sys.clear();
sys.display();
}
void loop() {
}