LaboratoryForPlayfulComputation / blockytalky

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

read last-known sensor configuration from priv/sensor.json #4

Closed mpahrens closed 9 years ago

mpahrens commented 9 years ago

This is hard because it is hardware specific. But:

-When the user changes the port

mpahrens commented 9 years ago

Also, PythonQuerier, on load, should check its appropriate state (BrickPiState, GrovePiState), get the last known args, and pass them to the python modules setup function.