Pinoccio / library-pinoccio

Arduino library for Pinoccio
Other
28 stars 24 forks source link

Implement `Shell.eval("ScoutScript");` to run ScoutScript from Bootstrap #160

Closed jingman closed 10 years ago

jingman commented 10 years ago

In order to access some specialized (and very useful) ScoutScript functions like mesh messaging and hq reporting, we need a way to evaluate ScoutScript commands from within a Bootstrap sketch.

amcjen commented 10 years ago

This is done: #163