forked from makewitharduino/BlocklyDuino
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
ShieldBot has a list of commands that don't really make sense with the Sumo MRK-1. The MRK1 needs a basic set of commands similar to those currently used in the textbook:
- Blink LED
- Get Ultrasound Distance
- Get Infrared value
- Get Button status
- Set left motor (speed)
- Set right motor (speed)
- Start tone (pitch)
- Play tone (pitch) (duration)
- Wait for pushButton
Shieldbot only has 6 commands, so we'll have to create 3 more in order to accomplish this list. In the Index.html we'll have to add to the list. Then find where the other code is that needs modified.
You can look at some of the commits on MakeWithArduino from when they added the Aerobot or Shieldbot to figure it out. Also there is a Block creator tool out there somewhere. It is in with the standard Google Blockly resources.
Metadata
Metadata
Assignees
Labels
No labels