Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Add Blend Micro
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed May 24, 2016
1 parent 07393a9 commit af75cf1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions RedBearLab-Blend-Micro.json
@@ -0,0 +1,36 @@
{
"name": "RedBearLab Blend Micro",
"based_on": "http://redbearlab.com/blendmicro/",
"addBleWidget": true,
"map": {
"digital": {
"pins": {
"D0": 0, "D1": 1, "D2": 2, "D3": 3,
"D5": 5, "D8": 8, "D9": 9,
"D10": 10, "D11": 11, "D12": 12, "D13": 13, "D14": 14,
"D15": 15, "D16": 16, "D17": 17, "D18": 18, "D19": 19
},
"ops": [ "dr", "dw" ]
},
"analog": {
"pins": {
"A0": 18, "A1": 19, "A2": 20, "A3": 21, "A4": 22,
"A5": 23, "A8": 26, "A9": 27,
"A10": 28, "A11": 29
},
"ops": [ "dr", "dw", "ar" ],
"arRange":[0, 1023]
},
"pwm": {
"pins": [
"D3", "D5", "D9", "D10", "D11", "D13"
],
"ops": [ "aw" ],
"awRange":[0, 255]
},
"virtual": {
"pinsRange": [ 0, 31 ],
"ops": [ "vr", "vw" ]
}
}
}

0 comments on commit af75cf1

Please sign in to comment.