|
|
há 8 anos atrás | |
|---|---|---|
| .. | ||
| .settings | há 9 anos atrás | |
| Release | há 8 anos atrás | |
| html | há 8 anos atrás | |
| sqlite | há 9 anos atrás | |
| .cproject | há 9 anos atrás | |
| .gitignore | há 9 anos atrás | |
| .project | há 9 anos atrás | |
| README.md | há 8 anos atrás | |
| buildno | há 8 anos atrás | |
| coffee.cpp | há 8 anos atrás | |
| coffee.h | há 8 anos atrás | |
| crc.cpp | há 9 anos atrás | |
| crc.h | há 9 anos atrás | |
| database.cpp | há 8 anos atrás | |
| database.h | há 8 anos atrás | |
| deploy | há 8 anos atrás | |
| display.cpp | há 8 anos atrás | |
| display.h | há 8 anos atrás | |
| doxy.cfg | há 8 anos atrás | |
| gendoc | há 9 anos atrás | |
| global.h | há 8 anos atrás | |
| hal.cpp | há 8 anos atrás | |
| hal.h | há 8 anos atrás | |
| lcd.cpp | há 8 anos atrás | |
| lcd.h | há 9 anos atrás | |
| logger.cpp | há 9 anos atrás | |
| logger.h | há 8 anos atrás | |
| main.cpp | há 8 anos atrás | |
| makefile.targets | há 8 anos atrás | |
| spi.cpp | há 8 anos atrás | |
| spi.h | há 9 anos atrás | |
| stripe.cpp | há 8 anos atrás | |
| stripe.h | há 8 anos atrás | |
| timer.cpp | há 8 anos atrás | |
| timer.h | há 8 anos atrás | |
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)