We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b009e5f commit 410c301Copy full SHA for 410c301
1 file changed
lib/package.json
@@ -9,6 +9,7 @@
9
["XRPLib/encoder.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoder.py"],
10
["XRPLib/imu_defs.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu_defs.py"],
11
["XRPLib/imu.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu.py"],
12
+ ["XRPLib/joystick.py", "github:Open-STEM/XRP_Micropython/XRPLib/joystick.py"],
13
["XRPLib/motor_group.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor_group.py"],
14
["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"],
15
["XRPLib/pid.py", "github:Open-STEM/XRP_Micropython/XRPLib/pid.py"],
@@ -28,5 +29,5 @@
28
29
"deps": [
30
["github:pimoroni/phew", "latest"]
31
],
- "version": "2.0.1"
32
+ "version": "2.0.2"
33
}
0 commit comments