Support for Arduino IDE 1.0
This commit is contained in:
7
TM1638.h
7
TM1638.h
@@ -19,7 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#ifndef TM1638_h
|
||||
#define TM1638_h
|
||||
|
||||
#include <WProgram.h>
|
||||
#if defined(ARDUINO) && ARDUINO >= 100
|
||||
#include "Arduino.h"
|
||||
#else
|
||||
#include "WProgram.h"
|
||||
#endif
|
||||
|
||||
#include "TM1638Fonts.h"
|
||||
|
||||
#define TM1638_COLOR_RED 1
|
||||
|
||||
Reference in New Issue
Block a user