Skip to content

Commit

Permalink
magtag
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 17, 2023
1 parent 71291f8 commit 7c16569
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions boards/magtag/magic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2023-11-10T21:46:02.003Z",
"exportedFromDevice": {
"board": "magtag",
"firmwareVersion": "1.0.0-beta.69"
},
"components": [
{
"name": "Button (D0/Boot)",
"pinName": "D0",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"isPin": true,
"pull": "UP"
},
{
"name": "Button A",
"pinName": "D15",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"isPin": true,
"pull": "UP"
},
{
"name": "Button B",
"pinName": "D14",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"isPin": true,
"pull": "UP"
},
{
"name": "Button C",
"pinName": "D12",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"isPin": true,
"pull": "UP"
},
{
"name": "Button D",
"pinName": "D11",
"type": "push_button",
"mode": "DIGITAL",
"direction": "INPUT",
"period": 0,
"isPin": true,
"pull": "UP"
},
{
"name": "Dimmable LED",
"type": "dimmable_led",
"pwmSetting": "fixedFrequency",
"frequency": 5000,
"resolution": 12,
"pinName": "D13",
"isPWM": true,
"selected": false
},
{
"name": "Enable NeoPixel + Light Sensor",
"pinName": "D21",
"type": "mosfet_driver",
"mode": "DIGITAL",
"direction": "OUTPUT",
"isPin": true
},
{
"name": "NeoPixel",
"pixelNumber": 4,
"pixelsOrder": "GRB",
"pixelBrightness": 255,
"pinName": "D1",
"type": "neopixel",
"pixelsType": "NEOPIXEL",
"isPixel": true
},
{
"name": "Light Sensor",
"pinName": "A3",
"type": "light_sensor",
"mode": "ANALOG",
"direction": "INPUT",
"analogReadMode": "PIN_VALUE",
"period": 30,
"isPin": true
}
]
}

0 comments on commit 7c16569

Please sign in to comment.