Added bool return type to getEvent
This commit is contained in:
parent
d958443c39
commit
a24d7d4b8b
|
|
@ -139,7 +139,7 @@ It includes the following fields:
|
|||
In addition to the two standard types and the sensor type enum, all drivers based on Adafruit_Sensor must also implement the following two functions:
|
||||
|
||||
```
|
||||
void getEvent(sensors_event_t*);
|
||||
bool getEvent(sensors_event_t*);
|
||||
```
|
||||
Calling this function will populate the supplied sensors\_event\_t reference with the latest available sensor data. You should call this function as often as you want to update your data.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue