Skip to content

Instantly share code, notes, and snippets.

@IsmailSan
Last active September 13, 2019 03:48
Show Gist options
  • Save IsmailSan/ab337a0f32e9d61f69ffa03d3c8645bb to your computer and use it in GitHub Desktop.
Save IsmailSan/ab337a0f32e9d61f69ffa03d3c8645bb to your computer and use it in GitHub Desktop.
#include <Arduino.h>
#include <ESPectro32_Board.h>
void setup() {
ESPectro32.begin();
ESPectro32.fadeLED(10000,5);
delay(100);
}
void loop() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment