- Update to work with Arduino 1.0 and later.

pull/8/head
Enrique Condes 2014-07-19 20:32:03 -05:00
rodzic fe030b5583
commit 64c3f8f616
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,11 @@
#ifndef PlainFFT_h /* Prevent loading library twice */
#define PlainFFT_h
#include "WProgram.h" /* This is where the standard Arduino code lies */
#if ARDUINO >= 100
#include "Arduino.h";
#else
#include "WProgram.h" /* This is where the standard Arduino code lies */
#endif
#define FFT_LIB_REV 0x02
/* Custom constants */