Finished makefile and added .gitignore to avoid tracking arduino build folder.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
By Jony Silva
|
||||
Wed 24 Jan 23:11:25 GMT 2018
|
||||
*********************************************************************/
|
||||
|
||||
// Libraries to be included
|
||||
@@ -124,6 +124,8 @@ void setup() { // BEGIN SETUP ------------------------------------
|
||||
ISR(TIMER1_COMPA_vect) // Here we chose between the blinker sequence
|
||||
{ // or to show the temperature on the LEDs
|
||||
|
||||
|
||||
digitalWrite(led1, !digitalRead(led1));
|
||||
|
||||
if (!rUP && menuState == 1) {
|
||||
menuState = 1;
|
||||
@@ -312,3 +314,4 @@ void write_serial (void) {
|
||||
display.display();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user