No description
Find a file
2020-08-25 11:20:53 -04:00
examples/blinkaconnect_demo refactor to wippersnapper 2020-08-25 11:20:53 -04:00
src refactor to wippersnapper 2020-08-25 11:20:53 -04:00
.gitignore Initial commit 2020-08-19 18:19:25 -04:00
library.properties refactor to wippersnapper 2020-08-25 11:20:53 -04:00
LICENSE Initial commit 2020-08-19 18:19:25 -04:00
README.md refactor to wippersnapper 2020-08-25 11:20:53 -04:00

WipperSnapper_Arduino

Arduino Library for WipperSnapper web application.

Adding Hardware

Hardware Specification for adding boards to WipperSnapper

Communication between this library and the MQTT broker uses protocol buffers for serialized data. The raw protocol buffers used by this project are located here. This library contains compiled .pb.h and .pb.c protocol buffer messages generated by nanopb.