https://github.com/jimouris/arduino-projects
💡A collection of simple Arduino examples
https://github.com/jimouris/arduino-projects
arduino arduino-boards arduino-platform buttons fritzing leds potentiometers
Last synced: about 1 year ago
JSON representation
💡A collection of simple Arduino examples
- Host: GitHub
- URL: https://github.com/jimouris/arduino-projects
- Owner: jimouris
- License: mit
- Created: 2018-03-21T23:29:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T15:27:36.000Z (about 8 years ago)
- Last Synced: 2025-03-23T17:48:59.562Z (about 1 year ago)
- Topics: arduino, arduino-boards, arduino-platform, buttons, fritzing, leds, potentiometers
- Language: C++
- Homepage:
- Size: 1.69 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Projects [![License MIT][badge-license]](LICENSE)
A collection of simple Arduino projects with lights, buttons and others.
1. __[Light led while pressing button, 1 Led, 1 Button](https://github.com/jimouris/arduino-examples/tree/master/led-while-pressing-button)__
1. __[Toggle led with button push, 1 Led, 1 Button](https://github.com/jimouris/arduino-examples/tree/master/toggle-led-with-button)__
1. __[Logical Gates (AND, OR, XOR), 1 Led, 2 Buttons](https://github.com/jimouris/arduino-examples/tree/master/1led-logical-gates)__
1. __[Logical Gates (AND, OR, XOR), 3 Leds, 2 Buttons](https://github.com/jimouris/arduino-examples/tree/master/3leds-logical-gates)__
1. __[Traffic Lights, 3 Leds](https://github.com/jimouris/arduino-examples/tree/master/traffic-lights)__
1. __[Potentiometer Led Array, N Leds, 1 Potentiometer](https://github.com/jimouris/arduino-examples/tree/master/potentiometer-led-array)__
[badge-license]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square