BCLab-UNM / SC2

Swarmathon Team Code for the NASA Space Challenge 2 Competition
MIT License
2 stars 0 forks source link

Fix lights #68

Closed Carter90 closed 4 years ago

Carter90 commented 4 years ago

I see in yesterdays commit they have once again changed the light service so it is probably broken in scoot so need to test and fix that

Carter90 commented 4 years ago

Looks like we are good the great thing about python being dynamically typed. we can still use the

scoot.lightOff()
scoot.lightOn()

Can use the existing "private" method to use the added float functionality

scoot._light(".1")
scoot._light(".4")
scoot._light("1")