epays / projet_robot

projet réalisé à l'IMIE
1 stars 2 forks source link

while #8

Open RobotsTrading opened 7 years ago

RobotsTrading commented 7 years ago

ir = InfraredSensor()

cur_distance = 1000

while cur_distance >= 5: cur_distance = ir.value()