mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-ms56xx.git
synced 2025-08-06 13:27:34 +00:00
Updated data handling
This commit is contained in:
@@ -71,7 +71,8 @@ namespace sta
|
||||
* @brief All possible commands to send to the sensor
|
||||
*
|
||||
*/
|
||||
enum Operations {
|
||||
enum Operations
|
||||
{
|
||||
RESET = 0x1E,
|
||||
READ_PROM = 0xA0,
|
||||
D1_CONVERSION = 0x40,
|
||||
@@ -79,6 +80,12 @@ namespace sta
|
||||
ADC_RESULT = 0x00
|
||||
};
|
||||
|
||||
enum DataType
|
||||
{
|
||||
PRESSURE,
|
||||
TEMPERATURE
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief SPI driver for the MS56xx pressure sensor series.
|
||||
*
|
||||
|
Reference in New Issue
Block a user