|
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/button.py", "github:Open-STEM/XRP_Micropython/XRPLib/button.py"], |
6 | 5 | ["XRPLib/defaults.py", "github:Open-STEM/XRP_Micropython/XRPLib/defaults.py"],
|
7 |
| - ["XRPLib/drivetrain.py", "github:Open-STEM/XRP_Micropython/XRPLib/drivetrain.py"], |
| 6 | + ["XRPLib/differential_drive.py", "github:Open-STEM/XRP_Micropython/XRPLib/differential_drive.py"], |
8 | 7 | ["XRPLib/encoded_motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoded_motor.py"],
|
9 | 8 | ["XRPLib/encoder.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoder.py"],
|
10 | 9 | ["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"],
|
11 | 10 | ["XRPLib/imu.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu.py"],
|
12 |
| - ["XRPLib/led.py", "github:Open-STEM/XRP_Micropython/XRPLib/led.py"], |
13 | 11 | ["XRPLib/rangefinder.py", "github:Open-STEM/XRP_Micropython/XRPLib/rangefinder.py"],
|
14 | 12 | ["XRPLib/reflectance.py", "github:Open-STEM/XRP_Micropython/XRPLib/reflectance.py"],
|
15 | 13 | ["XRPLib/servo.py", "github:Open-STEM/XRP_Micropython/XRPLib/servo.py"],
|
16 | 14 | ["XRPLib/webserver.py", "github:Open-STEM/XRP_Micropython/XRPLib/webserver.py"],
|
17 | 15 | ["XRPLib/resetbot.py", "github:Open-STEM/XRP_Micropython/XRPLib/resetbot.py"],
|
18 | 16 | ["XRPLib/pid.py", "github:Open-STEM/XRP_Micropython/XRPLib/pid.py"],
|
19 | 17 | ["XRPExamples/__init__.py", "github:Open-STEM/XRP_Micropython/Examples/__init__.py"],
|
20 |
| - ["XRPExamples/webserver_test.py", "github:Open-STEM/XRP_Micropython/Examples/webserver_test.py"], |
| 18 | + ["XRPExamples/webserver_example.py", "github:Open-STEM/XRP_Micropython/Examples/webserver_example.py"], |
21 | 19 | ["XRPExamples/xrp_test.py", "github:Open-STEM/XRP_Micropython/Examples/xrp_test.py"]
|
22 | 20 | ],
|
23 | 21 | "deps": [
|
|
0 commit comments