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

Commit

Permalink
Update boards
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 24, 2016
1 parent 5fc4774 commit 7e67573
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
File renamed without changes.
36 changes: 36 additions & 0 deletions debug/Blue-Pill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "STM32F103C Blue Pill",
"map": {
"digital": {
"pins": {
"A0" : 0, "A1" : 1, "A2" : 2, "A3" : 3, "A4" : 4,
"A5" : 5, "A6" : 6, "A7" : 7, "A8" : 8, "A9" : 9,
"A10": 10, "A11": 11, "A12": 12, "A13": 13, "A14": 14,
"A15": 15,
"B0" : 16, "B1" : 17, "B2" : 18, "B3" : 19, "B4" : 20,
"B5" : 21, "B6" : 22, "B7" : 23, "B8" : 24, "B9" : 25,
"B10": 26, "B11": 27, "B12": 28, "B13": 29, "B14": 30,
"B15": 31,
"C13": 32, "C14": 33,
"C15": 34
},
"ops": [ "dr", "dw" ]
},
"analog": {
"pins": {
},
"ops": [ "dr", "dw", "ar" ],
"arRange":[0, 1023]
},
"pwm": {
"pins": [
],
"ops": [ "aw" ],
"awRange":[0, 255]
},
"virtual": {
"pinsRange": [ 0, 31 ],
"ops": [ "vr", "vw" ]
}
}
}

0 comments on commit 7e67573

Please sign in to comment.