https://github.com/celliesprojects/fizzbuzz-arduino
Another FizzBuzz example for Arduino.
https://github.com/celliesprojects/fizzbuzz-arduino
arduino-sketch fizzbuzz
Last synced: 9 months ago
JSON representation
Another FizzBuzz example for Arduino.
- Host: GitHub
- URL: https://github.com/celliesprojects/fizzbuzz-arduino
- Owner: CelliesProjects
- License: mit
- Created: 2021-02-26T10:30:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-27T14:27:36.000Z (over 5 years ago)
- Last Synced: 2025-06-02T08:26:50.200Z (about 1 year ago)
- Topics: arduino-sketch, fizzbuzz
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fizzbuzz-arduino
Another FizzBuzz example program for the Arduino IDE.
The code uses a nested switch approach.