LaboratoryForPlayfulComputation / blockytalky

A toolkit for learning CS through networked physical computing
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

Reset encoder values button #28

Open ecokova opened 8 years ago

mpahrens commented 8 years ago

A per motor button (where the dropdown on the sensors is) that lets you reset the encoder value. Behind the scenes, this would need to save the encoder offset to the BrickPiState. Blocked by saving sensor data to json file and loading it on demand.