Added Makefile to be able to use arduino-mk and use vim.

This commit is contained in:
Ricardo
2018-01-24 00:29:08 +00:00
parent fd0b1fd4e2
commit b8bebcb4c6
2 changed files with 140 additions and 0 deletions

View File

@@ -34,6 +34,17 @@ Adafruit_SSD1306 display(OLED_RESET);
#define rDOWN digitalRead(DOWN) // Read button DOWN state
#define rCANCEL digitalRead(CANCEL) // Read button CANCEL state
void zero();
void one();
void two();
void three();
void four();
void read_serial();
void write_serial();
//volatile byte state = LOW;
// Variables creation