Merge pull request #6 from Fastium/library-disco-sensor

Library for sensor and disco board with tests
This commit is contained in:
Fastium 2024-10-23 09:24:39 +02:00 committed by GitHub
commit a2d3ca3096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 22 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
tests-simple-test-always-succeed,
tests-simple-test-ptr-test,
tests-simple-unique-ptr,
tests-simple-test-raw-ptr
tests-simple-test-raw-ptr,
advdembsof_library-tests-sensors-hdc1000
]

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ projectfiles
*.py*
BUILD
mbed-os
DISCO_h747i
advdembsof_library

1
DISCO_H747I.lib Normal file
View File

@ -0,0 +1 @@
https://github.com/SergeAyer/DISCO_H747I/#2b367efbbf0d66205403647c0d0227808d0529ed

View File

@ -5,4 +5,20 @@ 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.
# 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
View File

@ -0,0 +1 @@
https://github.com/SergeAyer/advdembsof_library/#c0687fc795de83780fa9e7e935c9f465d697cc2a