Skip to content

Instantly share code, notes, and snippets.

@garrickhogrebe
Created October 29, 2019 20:03
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 garrickhogrebe/910f066c247125fb8fc59e2446c4882b to your computer and use it in GitHub Desktop.
Save garrickhogrebe/910f066c247125fb8fc59e2446c4882b to your computer and use it in GitHub Desktop.
Arduino: 1.8.10 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"
In file included from C:\Users\ghogr\Documents\Arduino\libraries\FastLED\examples\Fire2012WithPalette\Fire2012WithPalette.ino:1:0:
C:\Users\ghogr\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.002.009
# pragma message "FastLED version 3.002.009"
^
In file included from C:\Users\ghogr\Documents\Arduino\libraries\FastLED/FastLED.h:65:0,
from C:\Users\ghogr\Documents\Arduino\libraries\FastLED\examples\Fire2012WithPalette\Fire2012WithPalette.ino:1:
C:\Users\ghogr\Documents\Arduino\libraries\FastLED/fastspi.h:115: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"
^
C:\Users\ghogr\Documents\Arduino\libraries\FastLED\examples\Fire2012WithPalette\Fire2012WithPalette.ino: In function 'void loop()':
Fire2012WithPalette:68:32: error: no matching function for call to 'random()'
random16_add_entropy( random());
^
In file included from sketch\Fire2012WithPalette.ino.cpp:1:0:
C:\Users\ghogr\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\cores\esp32/Arduino.h:121:6: note: candidate: long int random(long int, long int)
long random(long, long);
^
C:\Users\ghogr\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\cores\esp32/Arduino.h:121:6: note: candidate expects 2 arguments, 0 provided
In file included from sketch\Fire2012WithPalette.ino.cpp:1:0:
C:\Users\ghogr\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\cores\esp32/Arduino.h:179:6: note: candidate: long int random(long int)
long random(long);
^
C:\Users\ghogr\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\cores\esp32/Arduino.h:179:6: note: candidate expects 1 argument, 0 provided
Multiple libraries were found for "FastLED.h"
Used: C:\Users\ghogr\Documents\Arduino\libraries\FastLED
exit status 1
no matching function for call to 'random()'
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