The firmware for controlling and communicating with Arduino and between the KegBot Rest interface (TBD)
- We are using Atom as our IDE
- Install the platformIO package in order to upload firmware and monitor over the serial port
- Ensure the baudrate is set to 9600
- Select the correct port, it may default to bluetooth and you want a USB port
- Under Advanced settings, set printable to true
- turn on local echo
You may put external libraries in the /lib folder
|--lib
| |--Bar
| | |--docs
| | |--examples
| | |--src
| | |- Bar.c
| | |- Bar.h
| |--Foo
| | |- Foo.c
| | |- Foo.h