This website requires JavaScript.
Explore
Help
Register
Sign In
ALPAKA
/
driver-ms56xx
Watch
1
Star
0
Fork
0
You've already forked driver-ms56xx
mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-ms56xx.git
synced
2025-09-28 14:37:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4
Commits
6
Branches
0
Tags
265245e6ef5f1caf2877d06da6a018b6d86ecbcd
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Theodor Teslia
265245e6ef
Comment code
2023-03-18 14:43:10 +01:00
.vscode
Init commit
2023-02-22 00:05:58 +01:00
include
/sta
Comment code
2023-03-18 14:43:10 +01:00
src
Comment code
2023-03-18 14:43:10 +01:00
sta-core
@
4204c028a2
Init commit
2023-02-22 00:05:58 +01:00
.gitmodules
Init commit
2023-02-22 00:05:58 +01:00
README.md
Finish writing the driver; Still needs testing and debugging
2023-02-27 16:42:33 +01:00
README.md
Driver for the MS5607 pressure sensor
Usage
The driver has two main methods:
int32_t getPressure()
and
int32_t getTemperature()
The constructor takes an SpiDevice pointer and an instance from the OsrLevel enum
The OsrLevel enum stores the possible values for the OSR (how fine the sensor measures or sth.)
When calling
getPressure()
, the temperature gets requested from the sensor as well -> May be too slow
TODO
Debug
Check whether more accurate temp measurements are necessary
Description
No description provided
Readme
GPL-3.0
107
KiB
Languages
C++
100%