2024-10-20 14:38:42 +02:00
|
|
|
|
Yann Sierro - Rémi Heredero
|
|
|
|
|
|
|
|
|
|
AdvEmbSoft/HESSO-Master/2024
|
|
|
|
|
|
|
|
|
|
# BikeComputer
|
|
|
|
|
This is a project done in the course of AdvEmbSoft during the master's degree. It contains a program for spinning bikes.
|
|
|
|
|
|
2024-10-22 15:44:41 +02:00
|
|
|
|
# Configuration
|
|
|
|
|
## Libraries
|
|
|
|
|
Add disco libraries :
|
2024-10-20 14:38:42 +02:00
|
|
|
|
|
2024-10-22 15:44:41 +02:00
|
|
|
|
´´´terminal
|
|
|
|
|
mbed add https://github.com/SergeAyer/DISCO_H747I.git
|
|
|
|
|
´´´
|
|
|
|
|
Add sensor libraries :
|
|
|
|
|
|
|
|
|
|
´´´terminal
|
|
|
|
|
mbed add https://github.com/SergeAyer/advdembsof_library.git
|
|
|
|
|
´´´
|
|
|
|
|
|
|
|
|
|
Test sensor libraries :
|
|
|
|
|
´´´terminal
|
|
|
|
|
mbed test -m DISCO_H747I -t GCC_ARM -n advdembsof_library-tests-sensors-hdc1000 --compile --run
|
|
|
|
|
´´´
|