Files
esp32-cam-webserver/linearled
Owen Carter 9b8584f8c3 Defaults and general improvements (#24)
* A whole bunch more user configurable default settings 
* Stream URL now exposed
* Restore Linear LED operation with a nicer logarithmic function.
* Small fixes and tweaks to UI, info and javascript
* Logo
2020-09-09 02:57:37 +02:00
..

Simple C program used to debut the log function I used for LED control

Designed to be run on the commandline (unix), Compile with: gcc linearled.c -o linearled -lm