Pinoccio / chrome-app-pinoccio

1 stars 4 forks source link

pinoccio-chrome-app

Available messages to send

waitForUnplug

This will cause the system to watch the USB devices and report when it no longer sees a Pinoccio device connected.

Arguments:

Response:

fetchAndProgram

This will fetch a hex program file from a remote site and flash it onto the connected board.

Arguments:

Response:

An empty response ({}) is returned on a success.

detect

Checks that a Pinoccio device is connected and verifies that we can communicate with it.

Arguments:

Response:

forget

Resets the internal connected device to none.

bitlash

Runs the given bitlash command and returns a result.

Arguments:

Response:

program

This will flash a passed in program, prefer fetchAndProgram currently.

close

Currently a noop