Skip to content

Commit

Permalink
feat: Adding support for JoyHub Piet 2
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower authored and qdot committed Dec 23, 2024
1 parent 8fbd16f commit 980e9ec
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15060,6 +15060,38 @@
}
]
},
{
"identifier": [
"J-Piet2"
],
"name": "JoyHub Piet 2",
"features": [
{
"feature-type": "Vibrate",
"actuator": {
"step-range": [
0,
255
],
"messages": [
"ScalarCmd"
]
}
},
{
"feature-type": "Rotate",
"actuator": {
"step-range": [
0,
255
],
"messages": [
"ScalarCmd"
]
}
}
]
},
{
"identifier": [
"J-Panther"
Expand Down Expand Up @@ -16538,7 +16570,8 @@
"J-VBarbie2t",
"J-Pau",
"J-Petalwish3",
"J-Marshal"
"J-Marshal",
"J-Piet2"
],
"services": {
"0000ffa0-0000-1000-8000-00805f9b34fb": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8615,6 +8615,24 @@ protocols:
- 255
messages:
- ScalarCmd
- identifier:
- J-Piet2
name: JoyHub Piet 2
features:
- feature-type: Vibrate
actuator:
step-range:
- 0
- 255
messages:
- ScalarCmd
- feature-type: Rotate
actuator:
step-range:
- 0
- 255
messages:
- ScalarCmd
- identifier:
- J-Panther
name: JoyHub Panther
Expand Down Expand Up @@ -9477,6 +9495,7 @@ protocols:
- J-Pau
- J-Petalwish3
- J-Marshal
- J-Piet2
services:
0000ffa0-0000-1000-8000-00805f9b34fb:
tx: 0000ffa1-0000-1000-8000-00805f9b34fb
Expand Down

0 comments on commit 980e9ec

Please sign in to comment.