Closed matthewcarroll closed 7 years ago
This is a built-in library for https://github.com/platformio/platform-intel_arc32
If you want to use it for Atmel AVR, copy this library to "project/lib" folder. It should look like "project/lib/CurieTime/*files"
The Arduino web editor allows the import #import <Time.h>
with a similar interface to the CurieTime
lib (e.g. hour()
, minute()
). Importing it succeeds, but using the functions fails the build. How can the Time library be imported?
Thanks
Ahhhh... Just use in platformio.ini
lib_deps = Time
On PlatformIO 3.2.1 when building for an Arduino Yun, a warning is given saying the lib
CurieTime
cannot be found in the PlatformIO registry:Importing the header and using the functions fails the build. How can the CurieTime lib be imported?
Thanks!