Added Arduino.h for stm32 board

This commit is contained in:
pascallanger 2016-10-16 23:25:52 +02:00
parent 22a5f411d0
commit 8a177c34fa

View File

@ -33,6 +33,7 @@
#ifndef STM32_BOARD
#include <avr/eeprom.h>
#else
#include <arduino.h>
#undef __cplusplus
#include <libmaple/usart.h>
#include <libmaple/timer.h>