forked from project-alice-assistant/HermesLedControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhardware.json
48 lines (48 loc) · 943 Bytes
/
hardware.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"respeaker2": {
"name": "ReSpeaker 2",
"numberOfLeds": 3,
"interface": "apa102",
"extras": {
"buttons": {
"button1": {
"bcm_gpio": 17,
"function": "onButton1"
}
}
}
},
"respeaker4": {
"name": "ReSpeaker 4",
"numberOfLeds": 12,
"interface": "apa102"
},
"respeakerMicArrayV2": {
"name": "ReSpeaker Mic array v2",
"numberOfLeds": 12,
"interface": "respeakerMicArrayV2",
"vid": "0x2886",
"pid": "0x0018"
},
"neoPixelsSK6812RGBW": {
"name": "Adafruit NeoPixels SK6812 RGBW",
"numberOfLeds": 12,
"interface": "neopixels",
"gpioPin": 10,
"type": "SK6812_RGBW"
},
"neoPixelsWS2812RGB": {
"name": "Adafruit NeoPixels WS2812 RGB",
"numberOfLeds": 12,
"interface": "neopixels",
"gpioPin": 10,
"type": "WS2812_RGB"
},
"matrixvoice": {
"name": "Matrix Voice",
"numberOfLeds": 18,
"interface": "matrixvoice",
"matrixIp": "127.0.0.1",
"everloopPort": 20021
}
}