9:843f5ea906d7 | 10:f34fe5abe069 |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 # Copyright (c) 2020 Detlev Offenbach <detlev@die-offenbachs.de> | |
4 # | |
5 | |
6 """ | |
7 Module containing stubs for API generation of the 'calliope_mini.gyrometer' | |
8 module. | |
9 """ | |
10 | |
11 def get_x(): | |
12 pass | |
13 | |
14 def get_y(): | |
15 pass | |
16 | |
17 def get_z(): | |
18 pass | |
19 | |
20 def get_values(): | |
21 pass |