We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Arduino web site defines word() as a function for casting bytes to a word.
This port has word defined as typedef unsigned int word on line 120 of Arduino.h.
This is breaking the Sparkfun TSL2561 libraray code.
Regards, Mark