This repository contains programs I build (or used) on the Arduino UNO made by Funduino. The programs here were primarily made for the MEGA 2560 board, but should work on others as well.
Each topic on Funduino's education tutorial has a basic version as explained in the tutorial and an extended version with more features.
| Name | Normal version | Extended version |
|---|---|---|
| Test LED 13 | ✅ | - |
| Swap Blink | ✅ | ✅ |
| Light and Sound | ✅ | - |
| Pulsating LED | ✅ | ✅ |
| Rainbow LED | ✅ | ✅ |
| Push Button | ✅ | ✅ |
| Motion | ✅ | ✅ |
| Photoresistor | ✅ | ❌ |
| Potentiometer | ❌ | ❌ |
| Temperature | ❌ | ❌ |
| Distance | ❌ | ❌ |
| Remote control | ❌ | ❌ |
| Servomotor | ❌ | ❌ |
- Funduino's education tutorial
- Arduino UNO documentation
- Codebender - Online Arduino IDE
This project is licensed under the CC0 license. Feel free to learn from the code and use it in your own projects.