IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
sen14262.h
Go to the documentation of this file.
1
27
#ifndef SEN14262_H_
28
#define SEN14262_H_
29
30
#include <stdbool.h>
31
#include <stdint.h>
32
/* ======================================================================================================================= */
41
void
sen14262_initialise
(
void
);
42
43
/* ======================================================================================================================= */
50
uint16_t
sen14262_envelope
(
void
);
51
52
/* ======================================================================================================================= */
59
bool
sen14262_gate
(
void
);
60
105
#endif
/* SEN14262_H_ */
sen14262_envelope
uint16_t sen14262_envelope(void)
Gives the latest measured envelope value from the sensor.
sen14262_initialise
void sen14262_initialise(void)
Initialise the sound sensor driver.
sen14262_gate
bool sen14262_gate(void)
State of the gate signal on the sensor.
hal
include
sen14262.h
Generated on Mon Apr 4 2022 15:25:11 for IoT Drivers by
1.8.20