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: 10 months ago
JSON representation

A game of FizzBuzz between an ESP32 and an HTTP Server written in Go.

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.