Hi,
I am using code from the FastLED library: GitHub - FastLED/FastLED: The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements.
There are so many errors and I have tried fixing it by including all files and making sure it's not double-foldered, but nothing is working. Could anyone give me advice on how to clean this up? Thanks so much
Some examples of the many, many error messages are below:
stdint.h:678: error: stray '#' in program
stdint.h:297: error: expected unqualified-id before numeric constant
inttypes.h:92: error: expected unqualified-id before numeric constant
h:34: error: 'boolean' does not name a type
error: with 'virtual size_t HardwareSerial::write(int)'
The code is here:
Thanks so much!!