Support for Arduino IDE 1.0
This commit is contained in:
@@ -16,7 +16,12 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "WProgram.h"
|
||||
#if defined(ARDUINO) && ARDUINO >= 100
|
||||
#include "Arduino.h"
|
||||
#else
|
||||
#include "WProgram.h"
|
||||
#endif
|
||||
|
||||
#include "TM1638.h"
|
||||
#include "string.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user