Skip to content

Commit

Permalink
can not share SPI bus with led, remove LED
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Jan 3, 2024
1 parent 7c2d51c commit dcc5f3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions boards/funhouse/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@
"displayName":"D15 (DotStar Clock)",
"dataType":"bool"
},
{
"name":"D37",
"displayName":"Built-in LED",
"dataType":"bool",
"hasPWM":true
},
{
"name":"D16",
"displayName":"PIR Sensor",
Expand Down
8 changes: 0 additions & 8 deletions boards/funhouse/magic.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@
"sensorType": "ambient-temp-fahrenheit",
"selected": false
},
{
"name": "LED",
"pinName": "D37",
"type": "led",
"mode": "DIGITAL",
"direction": "OUTPUT",
"isPin": true
},
{
"name": "Light Sensor",
"pinName": "A18",
Expand Down

0 comments on commit dcc5f3e

Please sign in to comment.