UNPKG
brickpi-raspberry
Version:
latest (0.3.8)
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
BrickPi Nodejs API
github.com/lmclupr/brickpi-nodejs
lmclupr/brickpi-nodejs
brickpi-raspberry
/
Ports.js
14 lines
(11 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
S1:
{
chip:
1
,
index:
0
},
S2:
{
chip:
1
,
index:
1
},
S3:
{
chip:
2
,
index:
0
},
S4:
{
chip:
2
,
index:
1
},
S5:
'i2c'
,
MA:
{
chip:
1
,
index:
0
},
MB:
{
chip:
1
,
index:
1
},
MC:
{
chip:
2
,
index:
0
},
MD:
{
chip:
2
,
index:
1
}, }