Compare commits
No commits in common. "820a7d83d4f3aee81bc3bbf31e137febcf475d5b" and "37ceaa3bcb7df2cb2c9c8cd7fe579a7eb673718a" have entirely different histories.
820a7d83d4
...
37ceaa3bcb
1 changed files with 0 additions and 5 deletions
|
@ -127,11 +127,6 @@ class IQRobot:
|
||||||
drehung = self.bewegungsSensor.get_yaw_angle()
|
drehung = self.bewegungsSensor.get_yaw_angle()
|
||||||
print(drehung)
|
print(drehung)
|
||||||
|
|
||||||
def schaufel(self,prozent):
|
|
||||||
volle_umdrehung=0.29
|
|
||||||
rotations=volle_umdrehung*prozent/100
|
|
||||||
self.bothFrontMotors.move(rotations, unit='rotations',speed=20)
|
|
||||||
|
|
||||||
|
|
||||||
print("successfully loaded the IQ Lego teams code :)")
|
print("successfully loaded the IQ Lego teams code :)")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue