|
Engduino
3.1.0
A fun device for learning coding
|
Public Member Functions | |
| EngduinoAccelerometerClass () | |
| Constructor. More... | |
| void | begin () |
| begin function - must be called before using other functions More... | |
| void | end () |
| end function - switch off the button More... | |
| void | xyz (float buf[3]) |
| Read the xyz values in g from the accelerometer. More... | |
| void | xyzRaw (uint16_t buf[3]) |
| Read the raw xyz values from the accelerometer. More... | |
1.8.9.1