Calliope/calliope_mini/magnetometer.py

changeset 10
f34fe5abe069
diff -r 843f5ea906d7 -r f34fe5abe069 Calliope/calliope_mini/magnetometer.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Calliope/calliope_mini/magnetometer.py	Wed Apr 29 18:26:18 2020 +0200
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2020 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module containing stubs for API generation of the 'calliope_mini.magnetometer'
+module.
+"""
+
+def get_x():
+    pass
+
+def get_y():
+    pass
+
+def get_z():
+    pass
+
+def get_values():
+    pass

eric ide

mercurial