|
2 | 2 | "urls": [ |
3 | 3 | ["XRPLib/__init__.py", "github:Open-STEM/XRP_Micropython/XRPLib/__init__.py"], |
4 | 4 | ["XRPLib/board.py", "github:Open-STEM/XRP_Micropython/XRPLib/board.py"], |
| 5 | + ["XRPLib/controller.py", "github:Open-STEM/XRP_Micropython/XRPLib/controller.py"], |
5 | 6 | ["XRPLib/defaults.py", "github:Open-STEM/XRP_Micropython/XRPLib/defaults.py"], |
6 | 7 | ["XRPLib/differential_drive.py", "github:Open-STEM/XRP_Micropython/XRPLib/differential_drive.py"], |
7 | 8 | ["XRPLib/encoded_motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoded_motor.py"], |
8 | 9 | ["XRPLib/encoder.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoder.py"], |
9 | | - ["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"], |
10 | 10 | ["XRPLib/imu.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu.py"], |
| 11 | + ["XRPLib/motor_group.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor_group.py"], |
| 12 | + ["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"], |
| 13 | + ["XRPLib/pid.py", "github:Open-STEM/XRP_Micropython/XRPLib/pid.py"], |
11 | 14 | ["XRPLib/rangefinder.py", "github:Open-STEM/XRP_Micropython/XRPLib/rangefinder.py"], |
12 | 15 | ["XRPLib/reflectance.py", "github:Open-STEM/XRP_Micropython/XRPLib/reflectance.py"], |
| 16 | + ["XRPLib/resetbot.py", "github:Open-STEM/XRP_Micropython/XRPLib/resetbot.py"], |
13 | 17 | ["XRPLib/servo.py", "github:Open-STEM/XRP_Micropython/XRPLib/servo.py"], |
| 18 | + ["XRPLib/timeout.py", "github:Open-STEM/XRP_Micropython/XRPLib/timeout.py"], |
| 19 | + ["XRPLib/version.py", "github:Open-STEM/XRP_Micropython/XRPLib/version.py"], |
14 | 20 | ["XRPLib/webserver.py", "github:Open-STEM/XRP_Micropython/XRPLib/webserver.py"], |
15 | 21 | ["XRPLib/resetbot.py", "github:Open-STEM/XRP_Micropython/XRPLib/resetbot.py"], |
16 | | - ["XRPLib/pid.py", "github:Open-STEM/XRP_Micropython/XRPLib/pid.py"], |
17 | 22 | ["XRPExamples/__init__.py", "github:Open-STEM/XRP_Micropython/Examples/__init__.py"], |
| 23 | + ["XRPExamples/drive_examples.py", "github:Open-STEM/XRP_Micropython/Examples/drive_examples.py"], |
| 24 | + ["XRPExamples/installation_verification.py", "github:Open-STEM/XRP_Micropython/Examples/installation_verification.py"], |
| 25 | + ["XRPExamples/misc_examples.py", "github:Open-STEM/XRP_Micropython/Examples/misc_examples.py"], |
| 26 | + ["XRPExamples/sensor_examples.py", "github:Open-STEM/XRP_Micropython/Examples/sensor_examples.py"], |
18 | 27 | ["XRPExamples/webserver_example.py", "github:Open-STEM/XRP_Micropython/Examples/webserver_example.py"], |
19 | 28 | ["XRPExamples/xrp_test.py", "github:Open-STEM/XRP_Micropython/Examples/xrp_test.py"] |
20 | 29 | ], |
|
23 | 32 | ["collections-defaultdict", "latest"], |
24 | 33 | ["os-path", "latest"] |
25 | 34 | ], |
26 | | - "version": "0.8" |
| 35 | + "version": "0.9.5" |
27 | 36 | } |
0 commit comments