This repository will be updated over time and is still in development but I'd be happy if you would ⭐ this repository!
This repository is a small collection of my Arduino ESP32 sketches written with the Arduino IDE. I plan on moving forward to pure C and C++ someday. You can use the sketches however you want but if you spot any errors or improvement recommendations, don't hesitate to create a pullrequest or an issue! Thank you very much!
/*
* Author: schmaenjael
* Language: C++ using the Arduino Library
* Github: https://github.com/schmaenjael/ESP32_SketchCollection
* Date: 26. November 2020
* Refernce: https://github.com/espressif/arduino-esp32/
*/
Open your terminal and type in:
$ git clone https://github.com/schmaenjael/ESP32_SketchCollection
ESP32_SketchCollection
├── Sketch_KeyClick
│ └── Sketch_Key_Klick.ino
├── Sketch_MixedColor
│ └── Sketch_MixedColor.ino
├── Sketch_PWM
│ └── Sketch_PWM.ino
├── Sketch_TimerAndInterrupts
│ └── Sketch_TimerAndInterrupts.ino
├── .gitignore
├── LICENSE
└── README.md
If you have questions, feature requests or a bug you want to report, please click here to file an issue.
This Project is licensed under the MIT-License.
Created with 💜 by Schmaenjael