コード例 #1
0
ファイル: test_lego.py プロジェクト: LinAGKar/python-ev3
def setUpModule():
    robot.open_all_devices()
コード例 #2
0
ファイル: test_ev3_loop.py プロジェクト: LinAGKar/python-ev3
 def test_loop(self):
     robot.open_all_devices()
     
     print robot.get_battery();