A collection of Arduino sketches ranging from general-purpose templates to hardware-specific projects.
  All code is licensed under the MIT License.
arduino-sketches/
├── templates/ # General-purpose sketches for reuse
├── projects/  # Hardware-specific builds
└── md-assets/ # Images and other README assets
| Name | Difficulty | Description | 
|---|---|---|
| LED Basic | 🟢 Easy | Blink an LED with minimal setup | 
| Button Basic | 🟢 Easy | Read input from a push button | 
| IR Cloner | 🟡 Medium | Clone and replay IR remote signals | 
| Servo Basic | 🟡 Medium | Control a servo motor’s position | 
| Name | Required Hardware | Description | 
|---|---|---|
| Cat Laser Turret | Laser module, servo motors, joystick | An automated laser pointer for playing with your cat | 
| JoJo: Bloody Stream Player | Arduino-compatible audio module, speaker | Plays Bloody Stream from JoJo’s Bizarre Adventure | 
This repository is licensed under the MIT License.
- Fork the repo
 - Create a branch for your feature/fix
 - Submit a pull request
 
all built with ❤️ using Arduino
