Merge pull request #6 from Fastium/library-disco-sensor
Library for sensor and disco board with tests
This commit is contained in:
commit
a2d3ca3096
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
@ -18,7 +18,8 @@ jobs:
|
|||||||
tests-simple-test-always-succeed,
|
tests-simple-test-always-succeed,
|
||||||
tests-simple-test-ptr-test,
|
tests-simple-test-ptr-test,
|
||||||
tests-simple-unique-ptr,
|
tests-simple-unique-ptr,
|
||||||
tests-simple-test-raw-ptr
|
tests-simple-test-raw-ptr,
|
||||||
|
advdembsof_library-tests-sensors-hdc1000
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ projectfiles
|
|||||||
*.py*
|
*.py*
|
||||||
BUILD
|
BUILD
|
||||||
mbed-os
|
mbed-os
|
||||||
|
DISCO_h747i
|
||||||
|
advdembsof_library
|
||||||
|
1
DISCO_H747I.lib
Normal file
1
DISCO_H747I.lib
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/SergeAyer/DISCO_H747I/#2b367efbbf0d66205403647c0d0227808d0529ed
|
16
README.md
16
README.md
@ -5,4 +5,20 @@ AdvEmbSoft/HESSO-Master/2024
|
|||||||
# BikeComputer
|
# BikeComputer
|
||||||
This is a project done in the course of AdvEmbSoft during the master's degree. It contains a program for spinning bikes.
|
This is a project done in the course of AdvEmbSoft during the master's degree. It contains a program for spinning bikes.
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
## Libraries
|
||||||
|
Add disco libraries :
|
||||||
|
|
||||||
|
```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
|
||||||
|
```
|
||||||
|
1
advdembsof_library.lib
Normal file
1
advdembsof_library.lib
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/SergeAyer/advdembsof_library/#c0687fc795de83780fa9e7e935c9f465d697cc2a
|
Loading…
x
Reference in New Issue
Block a user