ideaHex / FHTbot

Firmware for Makerfaire robot
Apache License 2.0
10 stars 7 forks source link

Add robot functions in turtle mode #61

Open ideaHex opened 7 years ago

ideaHex commented 7 years ago

It would be good to be able to add more blocks to turtle mode. Some that jump to mind would be: Bumper state distance from object using ultrasonic sensor a delay or wait a certain time Control the LEDs Battery voltage

TildenG commented 7 years ago

And play tune.

Rodinga commented 7 years ago

I'll start putting some thought into implementation. Bumper for example might be more of a broadcasted event rather than a state. Or we sample so fast that blockly just keeps checking until there is a depressed state. Or we can do both.