Accelerometer¶
Published on 2018-05-06 in CircuitPython Badge.
Today I added a few functions to the library to get access to the accelerometer:
For now it’s very simple, you just get the x, y and z acceleration values, but that should be enough to write some cool demos.