|
|
hace 8 años | |
|---|---|---|
| .. | ||
| .settings | hace 9 años | |
| Release | hace 8 años | |
| sqlite | hace 9 años | |
| .cproject | hace 9 años | |
| .gitignore | hace 9 años | |
| .project | hace 9 años | |
| README.md | hace 8 años | |
| buildno | hace 8 años | |
| crc.cpp | hace 9 años | |
| crc.h | hace 9 años | |
| database.cpp | hace 9 años | |
| database.h | hace 9 años | |
| deploy | hace 8 años | |
| doxy.cfg | hace 9 años | |
| gendoc | hace 9 años | |
| global.h | hace 8 años | |
| hal.cpp | hace 8 años | |
| hal.h | hace 8 años | |
| lcd.cpp | hace 8 años | |
| lcd.h | hace 9 años | |
| logger.cpp | hace 9 años | |
| logger.h | hace 8 años | |
| main.cpp | hace 8 años | |
| makefile.targets | hace 8 años | |
| spi.cpp | hace 9 años | |
| spi.h | hace 9 años | |
| timer.cpp | hace 9 años | |
| timer.h | hace 9 años | |
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)