Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. void setup_wifi();;
  2. void showleds();
  3. void sendState();
  4. void fadeall();
  5. void Fire2012WithPalette();
  6. void temp2rgb(unsigned int kelvin);
  7. void addGlitter( fract8 chanceOfGlitter);
  8. int calculateStep(int prevValue, int endValue);
  9. void setColor(int inR, int inG, int inB);
  10. int calculateVal(int step, int val, int i);
  11. void callback(char* topic, byte* payload, int length);
  12. bool processJson(char* message);
  13. void addGlitterColor( fract8 chanceOfGlitter, int red, int green, int blue);
  14.  
  15. void setupStripedPalette( CRGB A, CRGB AB, CRGB B, CRGB BA);
  16. void setupThxPalette( CRGB A, CRGB AB, CRGB B, CRGB BA);
  17. void setupHailPalette( CRGB A, CRGB AB, CRGB B, CRGB BA);
  18. void setupHalloweenPalette( CRGB A, CRGB AB, CRGB B, CRGB BA);
  19. void setupHJPalette( CRGB A, CRGB AB, CRGB B, CRGB BA);
  20. void setupIndPalette( CRGB A, CRGB AB, CRGB B, CRGB BA);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement