![]() |
SmartCradle v1
Baby smart cradle
|
Not your ordinary babysitter.
To compile the program for the target:
make src
To generate the software documentation:
make documentation
To compile the program for the target and generate the software documentation:
make all
To clean the compiled images and documentation:
make clean
Copy every file in bin folder and src/database.py to the development board:
scp bin/* src/database.py root@<Raspberry IP>:<Location>
Call main.elf to run the program. The daemon and device drivers will be called automatically.