Skip to content

Instantly share code, notes, and snippets.

@GhostToast
Created January 2, 2019 21:41
Show Gist options
  • Save GhostToast/c244ca4786cb3aee867161d9da998826 to your computer and use it in GitHub Desktop.
Save GhostToast/c244ca4786cb3aee867161d9da998826 to your computer and use it in GitHub Desktop.
Arduino: 1.8.8 (Linux), TD: 1.45, Board: "Teensy 3.6, Serial, 180 MHz, Faster, US English"
simpleneopixeldemo: In function 'void sendBit(bool)':
simpleneopixeldemo:68: error: '_SFR_IO_ADDR' was not declared in this scope
[port] "I" (_SFR_IO_ADDR(PIXEL_PORT)),
^
simpleneopixeldemo:92: error: '_SFR_IO_ADDR' was not declared in this scope
[port] "I" (_SFR_IO_ADDR(PIXEL_PORT)),
^
simpleneopixeldemo: In function 'void show()':
simpleneopixeldemo:151: error: '_delay_us' was not declared in this scope
_delay_us( (RES / 1000UL) + 1); // Round up since the delay must be _at_least_ this long (too short might not work, too long not a problem)
^
simpleneopixeldemo: In function 'void theaterChase(unsigned char, unsigned char, unsigned char, unsigned char)':
simpleneopixeldemo:225: warning: comparison between signed and unsigned integer expressions
if (step==q) {
^
simpleneopixeldemo: In function 'void loop()':
simpleneopixeldemo:360: warning: large integer implicitly truncated to unsigned type
rainbowCycle(1000 , 20 , 5 );
^
'_SFR_IO_ADDR' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment