-
Notifications
You must be signed in to change notification settings - Fork 3
Usage
Yifan Xie edited this page Apr 19, 2021
·
1 revision
This project is built using Cmake and Makefiles in order to allow users to easily run our code and tets it.
Please follow these necessary steps:
- Clone the project with:
git clone https://github.com/OmarJabri7/Cycle_Buddy.git
- Change directorites and relocate in Cycle_Buddy project:
cd Cycle_Buddy
- Link the necessary executables and libraries using CMake:
cmake .
- Build the project using make:
make
- Before Testing and Running the system:
Be sure to either use our GPIO setup, or change to your own in:
GPIO numbering - Generate Unit tests and check if all components pass:
make test
- Run the test file labeled Cycle_Buddy:
./Cycle_Buddy
Youtube Links:
How to setup the system
How to run the system (full flow of execution example)