Lists and Main List

Display contains the array List[][]
List is populated with a list of available Sensors at GIST

Using the Input Panel you can inject the Main List with all the basic modules supported by Protobot.xyz

Other Lists can be created by third party

A list is a GIST built as follows:

[ [ "gist-abcd" , "Description" ] ,
  [ "gist-abcd" , "Description" ] ,
  [ "gist-abcd" , "Description" ] ,
  [ "gist-abcd" , "Description" ] ,
  [ "gist-abcd" , "Description" ] ,
  [ "gist-abcd" , "Description" ] ]
 

A List is injected using the Input Panel in the Default Console using a code like:

gistlist-49d3c6791b5db968acec

this one returns the Protobot.xyz Main List

The input panel finds lists and builds a Board and append them to it.
The Sensors you will see are clickable.
If you click them they will load the relative Sensor

Once a List is loaded you find it inside List[][]
If more Lists are loaded they are added to List[][] without deleting the previous

There is no delete or undo function in protobot.xyz
Just reload the page!