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