o Fixed "Arduino.H" in defs.h
o Updated version number to 0.1 in defs.h
Dev1
Charles 2020-05-24 16:08:43 -04:00
rodzic b3721aca2d
commit bd6c56d5e6
1 zmienionych plików z 2 dodań i 2 usunięć

4
defs.h
Wyświetl plik

@ -24,14 +24,14 @@
#ifndef DEFS_H
#define DEFS_H
#include <arduino.h>
#include <Arduino.h>
/* #define F_CPU 16000000UL / * gets declared in makefile * / */
/******************************************************
* Set the text that gets displayed to the user */
#define SW_REVISION "P1.1"
#define SW_REVISION "0.1"
//#define TRANQUILIZE_WATCHDOG