PlatformIO
This commit is contained in:
14
platformio.ini
Normal file
14
platformio.ini
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[platformio]
|
||||||
|
default_envs = fooclock
|
||||||
|
|
||||||
|
[env:fooclock]
|
||||||
|
platform = atmelavr
|
||||||
|
board = uno
|
||||||
|
framework = arduino
|
||||||
|
|
||||||
|
monitor_speed = 9600
|
||||||
|
|
||||||
|
lib_deps =
|
||||||
|
https://github.com/PaulStoffregen/Time
|
||||||
|
TimerOne
|
||||||
|
Ethernet
|
@@ -1,4 +1,4 @@
|
|||||||
#include <Time.h>
|
#include <TimeLib.h>
|
||||||
#include <Ethernet.h>
|
#include <Ethernet.h>
|
||||||
#include <EthernetUdp.h>
|
#include <EthernetUdp.h>
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
|
Reference in New Issue
Block a user