Custom controller for my old all in one brewer
- C++ 100%
| README.md | ||
| Thermistor.cpp | ||
| Thermistor.h | ||
| tools.brewdog.ino | ||
tools.brewdog
"New" controller for my brewdog brewer
Arduino
The board is an ArduinoNano running the old firmware, thus to upload the sketch you need to pass the options cpu=atmega328old.
To compile :
$ arduino-cli compile -b "arduino:avr:nano" tools.brewdog.ino
To upload the sketch :
$ arduino-cli upload tools.brewdog.ino -b "arduino:avr:nano" -p /dev/ttyUSB0 --board-options cpu=atmega328old