Skip to content

Commit 39bfd1f

Browse files
committed
Merge branch 'main' of github.com:Open-STEM/XRP_MicroPython
2 parents c6c19ad + e579150 commit 39bfd1f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22
"urls": [
33
["XRPLib/__init__.py", "github:Open-STEM/XRP_Micropython/XRPLib/__init__.py"],
44
["XRPLib/board.py", "github:Open-STEM/XRP_Micropython/XRPLib/board.py"],
5-
["XRPLib/button.py", "github:Open-STEM/XRP_Micropython/XRPLib/button.py"],
65
["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"],
87
["XRPLib/encoded_motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoded_motor.py"],
98
["XRPLib/encoder.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoder.py"],
109
["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"],
1110
["XRPLib/imu.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu.py"],
12-
["XRPLib/led.py", "github:Open-STEM/XRP_Micropython/XRPLib/led.py"],
1311
["XRPLib/rangefinder.py", "github:Open-STEM/XRP_Micropython/XRPLib/rangefinder.py"],
1412
["XRPLib/reflectance.py", "github:Open-STEM/XRP_Micropython/XRPLib/reflectance.py"],
1513
["XRPLib/servo.py", "github:Open-STEM/XRP_Micropython/XRPLib/servo.py"],
1614
["XRPLib/webserver.py", "github:Open-STEM/XRP_Micropython/XRPLib/webserver.py"],
1715
["XRPLib/resetbot.py", "github:Open-STEM/XRP_Micropython/XRPLib/resetbot.py"],
1816
["XRPLib/pid.py", "github:Open-STEM/XRP_Micropython/XRPLib/pid.py"],
1917
["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"],
2119
["XRPExamples/xrp_test.py", "github:Open-STEM/XRP_Micropython/Examples/xrp_test.py"]
2220
],
2321
"deps": [

0 commit comments

Comments
 (0)