Skip to content

Instantly share code, notes, and snippets.

@kbostick88
Last active August 21, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbostick88/cd14dbc8e8d01d429281808b520553a3 to your computer and use it in GitHub Desktop.
Save kbostick88/cd14dbc8e8d01d429281808b520553a3 to your computer and use it in GitHub Desktop.
Error
In file included from /Users/kylebostick/Google Drive/Holidays Lights/Arduino Files/With_C9_code/With_C9_code.ino:5:0:
/Users/kylebostick/Documents/Arduino/libraries/FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.007
# pragma message "FastLED version 3.001.007"
^
In file included from /Users/kylebostick/Documents/Arduino/libraries/FastLED/FastLED.h:68:0,
from /Users/kylebostick/Google Drive/Holidays Lights/Arduino Files/With_C9_code/With_C9_code.ino:5:
/Users/kylebostick/Documents/Arduino/libraries/FastLED/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
^
/Users/kylebostick/Google Drive/Holidays Lights/Arduino Files/With_C9_code/With_C9_code.ino: In function 'void loop()':
With_C9_code:553: error: expected primary-expression before 'colorIndex'
FillLEDsFromPaletteColors( uint8_t colorIndex);
^
Using library Adafruit_NeoPixel at version 1.1.6 in folder: /Users/kylebostick/Documents/Arduino/libraries/Adafruit_NeoPixel
Using library ESP8266WiFi at version 1.0 in folder: /Users/kylebostick/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.1/libraries/ESP8266WiFi
Using library PubSubClient at version 2.6 in folder: /Users/kylebostick/Documents/Arduino/libraries/PubSubClient
Using library FastLED at version 3.1.6 in folder: /Users/kylebostick/Documents/Arduino/libraries/FastLED
Using library ArduinoOTA at version 1.0 in folder: /Users/kylebostick/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.1/libraries/ArduinoOTA
Using library ESP8266mDNS in folder: /Users/kylebostick/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.1/libraries/ESP8266mDNS (legacy)
exit status 1
expected primary-expression before 'colorIndex'
@kbostick88
Copy link
Author

screen shot 2018-08-20 at 10 41 54 pm

@kbostick88
Copy link
Author

screen shot 2018-08-20 at 10 42 18 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment