Serial2MySQL/README.md

18 lines
240 B
Markdown

# Serial2MySQL
Data Acquisition software for Raspberry Pi and our first board, called Coffee Heater.
## Prerequisities
* Raspberry Pi
* WiringPi
* MySQL
* make
* gcc
* ncurses library
## Build
Execute the following command:
```
make
```