|
|
il y a 8 ans | |
|---|---|---|
| .. | ||
| .settings | il y a 9 ans | |
| Release | il y a 8 ans | |
| html | il y a 8 ans | |
| sqlite | il y a 9 ans | |
| .cproject | il y a 9 ans | |
| .gitignore | il y a 9 ans | |
| .project | il y a 9 ans | |
| README.md | il y a 8 ans | |
| buildno | il y a 8 ans | |
| coffee.cpp | il y a 8 ans | |
| coffee.h | il y a 8 ans | |
| crc.cpp | il y a 9 ans | |
| crc.h | il y a 9 ans | |
| database.cpp | il y a 9 ans | |
| database.h | il y a 9 ans | |
| deploy | il y a 8 ans | |
| doxy.cfg | il y a 8 ans | |
| gendoc | il y a 9 ans | |
| global.h | il y a 8 ans | |
| hal.cpp | il y a 8 ans | |
| hal.h | il y a 8 ans | |
| lcd.cpp | il y a 8 ans | |
| lcd.h | il y a 9 ans | |
| logger.cpp | il y a 9 ans | |
| logger.h | il y a 8 ans | |
| main.cpp | il y a 8 ans | |
| makefile.targets | il y a 8 ans | |
| spi.cpp | il y a 8 ans | |
| spi.h | il y a 9 ans | |
| stripe.cpp | il y a 8 ans | |
| stripe.h | il y a 8 ans | |
| timer.cpp | il y a 9 ans | |
| timer.h | il y a 9 ans | |
Requirements: wiringpi pthread
~$ ./coffecode -h
Debug levels:
The program source is distributed between multiple files. Please refer to the documentation of the files for their content. The project is written in C++11 in Ecplise under a cross compiler environment. See Makefiles in Debug/ for cross compiler makefiles. See Release/ for Makefiles for Raspberry Pi.
For compiling on Raspberry Pi 2:
cd Release
make all -j 4
(-j 4 runs make with up to 4 threads)