davepl / DavesGarageLEDSeries

Code for Tutorial series at http://YouTube.com/c/DavesGarage
169 stars 72 forks source link

Richard Repco #2

Closed repcosrvces closed 3 years ago

repcosrvces commented 3 years ago

Hey Dave; Great job with the fastLED library. But, include <sys/time.h> appears to be a mac header file. it isn't in windows and it isn't part of the arduino includes. The closest is from Paul S.(teensy) and it doens't have anything to find the time of day.

Solution? What is time of day actually returning? Does it depend on the OS time keeping? What is actually needed? Can that be done via arduino timer? even if it is more in depth.

Also, a little help with platformIO please. It tends to keep adding boards to the project list (ini file) and will compile for each board. This can be by passed, or narrowed but isn't well explained. rep

repcosrvces commented 3 years ago

I was able to discover that the file is a part of the esp library.