micropython/tests/pyb/accel.py

10 wiersze
109 B
Python

import pyb
accel = pyb.Accel()
print(accel)
accel.x()
accel.y()
accel.z()
accel.tilt()
accel.filtered_xyz()