Adafruit Library
|
Sensor API class for CircuitPlayground board. More...
#include <Adafruit_CPlay_Sensor.h>
Public Member Functions | |
virtual void | enableAutoRange (bool enabled) |
enable or disable auto-ranging for the sensor More... | |
virtual bool | getEvent (sensors_event_t *)=0 |
enable auto-ranging for the sensor More... | |
virtual void | getSensor (sensor_t *)=0 |
get information on the sensor | |
Sensor API class for CircuitPlayground board.
|
inlinevirtual |
enable or disable auto-ranging for the sensor
enabled | pass true to enable auto-ranging, false to disable |
|
pure virtual |
enable auto-ranging for the sensor
Implemented in Adafruit_CPlay_LIS3DH.