Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added feather mo wifi #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 105 additions & 0 deletions boards/feather-M0WIFI/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"boardName":"adafruit-feather-M0wifi",
"mcuName":"CORTEXM0+",
"mcuRefVoltage": 3.3,
"displayName":"Adafruit Feather M0 WiFi with ATWINC1500",
"vendor":"Adafruit",
"productURL":"https://www.adafruit.com/product/3405",
"documentationURL":"https://learn.adafruit.com/adafruit-huzzah32-esp32-feather",
"installMethod":"web",
"components": {
"digitalPins": [
{
"name":"D13",
"displayName":"D13 (LED BUILT-IN)",
"dataType":"bool",
"hasPWM":false
},
{
"name":"D12",
"displayName":"D12",
"dataType":"bool",
"hasPWM":false
},
{
"name":"D11",
"displayName":"D11~",
"dataType":"bool",
"hasPWM":true
},
{
"name":"D10",
"displayName":"D10~",
"dataType":"bool",
"hasPWM":true
},
{
"name":"D9",
"displayName":"D9 ~ A7 half of LiPoly battery voltage ",
"dataType":"bool",
"hasPWM":true
},
{
"name":"D6",
"displayName":"D6~",
"dataType":"bool",
"hasPWM":true
},
{
"name":"D5",
"displayName":"D5~",
"dataType":"bool",
"hasPWM":true
}
],
"analogPins": [
{
"name":"A14",
"displayName":"A0",
"dataType":"int16",
"hasPWM":false
},
{
"name":"A15",
"displayName":"A1",
"dataType":"int16",
"hasPWM":false
},
{
"name":"A16",
"displayName":"A2",
"dataType":"int16",
"hasPWM":false
},
{
"name":"A17",
"displayName":"A3~",
"dataType":"int16",
"hasPWM":true
},
{
"name":"A18",
"displayName":"A4~",
"dataType":"int16",
"hasPWM":true
}
{
"name":"A19",
"displayName":"A5",
"dataType":"int16",
"hasPWM":false
}




],
"i2cPorts": [
{
"i2cPortId": 0,
"SDA": 20,
"SCL": 21
}
]
}
}
Binary file added boards/feather-M0WIFI/images/front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions boards/feather-M0WIFI/magic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2023-11-13T19:41:29.465Z",
"exportedFromDevice": {
"board": "feather-esp32",
"firmwareVersion": "1.0.0-beta.73"
},
"components": [
{
"name": "Dimmable LED",
"type": "dimmable_led",
"pwmSetting": "fixedFrequency",
"frequency": 5000,
"resolution": 12,
"pinName": "D13",
"isPWM": true,
"selected": false
},
{
"name": "Battery ADC",
"pinName": "A35",
"type": "analog_pin",
"mode": "ANALOG",
"direction": "INPUT",
"analogReadMode": "PIN_VOLTAGE",
"period": 30,
"isPin": true
}
]
}