Files
pybricks-projects/snippets/ev3/snippets_ev3.code-workspace
T
Laurens Valk 3bb19daadf snippets/ev3: add getting started snippet
Include it from here instead of having the code directly in the docs.
2020-03-05 15:14:02 +01:00

49 lines
885 B
Plaintext

{
"folders": [
{
"path": "buttons"
},
{
"path": "bluetooth_server"
},
{
"path": "screen_basics"
},
{
"path": "getting_started"
},
{
"path": "bluetooth_client"
},
{
"path": "vernier_surface_temperature"
},
{
"path": "datalog"
},
{
"path": "screen_extra"
},
{
"path": "speaker_basics"
},
{
"path": "light_color"
},
{
"path": "i2c_basics"
},
{
"path": "uart_basics"
},
{
"path": "ev3devsensor"
},
{
"path": "i2c_extra"
}
],
"settings": {
"debug.openDebug": "neverOpen"
}
}