diff -r 843f5ea906d7 -r f34fe5abe069 Calliope/calliope_mini/gyrometer.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Calliope/calliope_mini/gyrometer.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.gyrometer' +module. +""" + +def get_x(): + pass + +def get_y(): + pass + +def get_z(): + pass + +def get_values(): + pass