Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit ccea1b8

Browse files
committed
support for all digital pins in blocks (8,12,16)
1 parent 5e62f3e commit ccea1b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/blockly/blocks-custom.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ var digitalPinsDropdown = [
2525
["P0", "P0"],
2626
["P1", "P1"],
2727
["P2", "P2"],
28+
["P8", "P8"],
29+
["P12", "P12"],
30+
["P16", "P16"]
2831
];
2932

3033
var leftRightDropdown = [

0 commit comments

Comments
 (0)