Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

schmaenjael/basic-esp32-sketches

Repository files navigation

⚠ Outdated! ⚠

🤖 ESP32_SketchCollection

GitHub version

This repository will be updated over time and is still in development but I'd be happy if you would ⭐ this repository!

📖 Background

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/
 */

📎 Useful Links

🔽 Installation

Open your terminal and type in:

$ git clone https://github.com/schmaenjael/ESP32_SketchCollection

📁 Scaffolding

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

🐛 Bugs

If you have questions, feature requests or a bug you want to report, please click here to file an issue.

🖊️ Author

⚠️ License

This Project is licensed under the MIT-License.

Created with 💜 by Schmaenjael

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages