Merge pull request #210 from brentru/finish-fruitjam
Add boot drive images for FruitJam
This commit is contained in:
commit
c61db3f8cb
4 changed files with 52 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"vendor":"Adafruit",
|
||||
"productURL":"https://www.adafruit.com/product/6200",
|
||||
"documentationURL":"https://www.adafruit.com/product/6200",
|
||||
"published": false,
|
||||
"published": true,
|
||||
"installMethod":"uf2",
|
||||
"installBoardName":"fruitjam_tinyusb",
|
||||
"components":{
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 26 KiB |
51
boards/fruitjam/magic.json
Normal file
51
boards/fruitjam/magic.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"exportVersion": "1.0.0",
|
||||
"exportedBy": "Adafruit",
|
||||
"exportedAt": "2025-08-13T17:48:53.128Z",
|
||||
"exportedFromDevice": {
|
||||
"board": "fruitjam",
|
||||
"firmwareVersion": "1.0.0-beta.111"
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"name": "NeoPixel",
|
||||
"pixelNumber": 5,
|
||||
"pixelsOrder": "GRB",
|
||||
"pixelBrightness": 255,
|
||||
"pinName": "D32",
|
||||
"type": "neopixel",
|
||||
"pixelsType": "NEOPIXEL",
|
||||
"isPixel": true
|
||||
},
|
||||
{
|
||||
"name": "Push Button",
|
||||
"pinName": "D0",
|
||||
"type": "push_button",
|
||||
"mode": "DIGITAL",
|
||||
"direction": "INPUT",
|
||||
"period": 0,
|
||||
"isPin": true,
|
||||
"pull": "UP"
|
||||
},
|
||||
{
|
||||
"name": "Push Button 2",
|
||||
"pinName": "D4",
|
||||
"type": "push_button",
|
||||
"mode": "DIGITAL",
|
||||
"direction": "INPUT",
|
||||
"period": 0,
|
||||
"pull": "UP",
|
||||
"isPin": true
|
||||
},
|
||||
{
|
||||
"name": "Push Button 3",
|
||||
"pinName": "D5",
|
||||
"type": "push_button",
|
||||
"mode": "DIGITAL",
|
||||
"direction": "INPUT",
|
||||
"period": 0,
|
||||
"pull": "UP",
|
||||
"isPin": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue