summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/accel.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyb/accel.py')
-rw-r--r--tests/pyb/accel.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pyb/accel.py b/tests/pyb/accel.py
new file mode 100644
index 0000000000..13f53b33c0
--- /dev/null
+++ b/tests/pyb/accel.py
@@ -0,0 +1,7 @@
+accel = pyb.Accel()
+print(accel)
+accel.x()
+accel.y()
+accel.z()
+accel.tilt()
+accel.filtered_xyz()