Embedded Artistry C Interfaces
A reference collection of abstract interfaces in C.
barometric_pressure_sensor.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2022 Embedded Artistry LLC <contact@embeddedartistry.com>
2// SPDX-License-Identifier: MIT
3
4#include <stdbool.h>
5#include <stdint.h>
6
26#pragma mark - Basic Interface -
27
52typedef struct
53{
72 bool (*readPressure)(uint32_t* const pressure);
Virtual Barometric Pressure Sensor Interface.