Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadlysurgeon/espfizzbuzz
A game of FizzBuzz between an ESP32 and an HTTP Server written in Go.
https://github.com/deadlysurgeon/espfizzbuzz
esp32 esp32-arduino fizzbuzz go golang
Last synced: 11 days ago
JSON representation
A game of FizzBuzz between an ESP32 and an HTTP Server written in Go.
- Host: GitHub
- URL: https://github.com/deadlysurgeon/espfizzbuzz
- Owner: DeadlySurgeon
- Created: 2022-09-30T23:49:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T23:55:15.000Z (over 2 years ago)
- Last Synced: 2024-02-12T16:33:20.369Z (11 months ago)
- Topics: esp32, esp32-arduino, fizzbuzz, go, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESPFizzBuzz
A POC process where an ESP32 talks to a server over HTTP and plays a game of
fizzbuzz. This project is under `deadly.surgery/t/` since it's a trash project.
Feel free to use this as a POC, or inspiration.To be honest, it's not a great POC. I was just bored.