Add host simulator scaffolding, examples, and docs so led-driver main can run end-to-end with MicroPython module stubs. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"led_pin": 10,
|
|
"num_leds": 32,
|
|
"color_order": "rgb",
|
|
"name": "sim",
|
|
"debug": false,
|
|
"default": "on",
|
|
"brightness": 255,
|
|
"transport_type": "wifi",
|
|
"wifi_channel": 1,
|
|
"ssid": "",
|
|
"password": ""
|
|
}
|