-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Tom-Hirschberger/development
Development
- Loading branch information
Showing
32 changed files
with
3,670 additions
and
37 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Examples | ||
|
||
All examples in this directory use additional micro controllers (like ESP8266 or ESP32 boards) to control the LED strip. | ||
|
||
If you are looking for a script to control a LED strip that is connected to Raspberry you may want to take a look to [PythonLedControl](https://github.com/Tom-Hirschberger/PythonLedControl). |
2 changes: 2 additions & 0 deletions
2
examples/noPong/ESP32LedStripWithMqttAndExternalInputOTANeopixel/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
settings.h | ||
*.bin |
Oops, something went wrong.