Bases: object
Representation of an FXOS8700CQ accelerometer/ magnetometer object.
Configure the Accelerometer with default settings +/- 2g.
| Parameters: | none – | 
|---|---|
| Returns: | none | 
Configure the magnetometer with default settigs.
| Parameters: | none – | 
|---|---|
| Returns: | none | 
Returns current orientation of the sensor.
| Parameters: | none – | 
|---|---|
| Returns: | current orientation of the Sensorian | 
Configure the chip in hybrid mode with default settigs 50 Hz ouput data rate.
| Parameters: | none – | 
|---|---|
| Returns: | none | 
Get accelerometer data , these are left justified.
| Parameters: | none – | 
|---|---|
| Returns: | acceleration data (ax, ay, az) | 
Reads the magnetometer data.
| Parameters: | none – | 
|---|---|
| Returns: | magnetometer data (mx, my, mz) | 
Read a data byte from the given register.
| Parameters: | 
 | 
|---|---|
| Returns: | none | 
Configure the sensor accelerometer dynamic range.
| Parameters: | range – Accelerometer dynamic range | 
|---|---|
| Returns: | none |