1
2
3 '''
4 Helper class with some useful static methods.
5
6 This software is part of the EV3BrickPi module.
7 It is Open Source Free Software, so you may
8 - run the code for any purpose
9 - study how the code works and adapt it to your needs
10 - integrate all or parts of the code in your own programs
11 - redistribute copies of the code
12 - improve the code and release your improvements to the public
13 However the use of the code is entirely your responsibility.
14 '''
15
16 import time
17 import SharedConstants
35