|
|
пре 8 година | |
|---|---|---|
| .. | ||
| .settings | пре 9 година | |
| Release | пре 8 година | |
| sqlite | пре 9 година | |
| .cproject | пре 9 година | |
| .gitignore | пре 9 година | |
| .project | пре 9 година | |
| README.md | пре 8 година | |
| buildno | пре 8 година | |
| crc.cpp | пре 9 година | |
| crc.h | пре 9 година | |
| database.cpp | пре 9 година | |
| database.h | пре 9 година | |
| deploy | пре 8 година | |
| doxy.cfg | пре 9 година | |
| gendoc | пре 9 година | |
| global.h | пре 8 година | |
| hal.cpp | пре 8 година | |
| hal.h | пре 8 година | |
| lcd.cpp | пре 8 година | |
| lcd.h | пре 9 година | |
| logger.cpp | пре 9 година | |
| logger.h | пре 8 година | |
| main.cpp | пре 8 година | |
| makefile.targets | пре 8 година | |
| spi.cpp | пре 9 година | |
| spi.h | пре 9 година | |
| stripe.cpp | пре 8 година | |
| stripe.h | пре 8 година | |
| timer.cpp | пре 9 година | |
| timer.h | пре 9 година | |
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)