|
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/buzzer.py", "github:Open-STEM/XRP_Micropython/XRPLib/buzzer.py"], |
5 | 6 | ["XRPLib/controller.py", "github:Open-STEM/XRP_Micropython/XRPLib/controller.py"], |
6 | 7 | ["XRPLib/defaults.py", "github:Open-STEM/XRP_Micropython/XRPLib/defaults.py"], |
7 | 8 | ["XRPLib/differential_drive.py", "github:Open-STEM/XRP_Micropython/XRPLib/differential_drive.py"], |
|
20 | 21 | ["XRPLib/timeout.py", "github:Open-STEM/XRP_Micropython/XRPLib/timeout.py"], |
21 | 22 | ["XRPLib/webserver.py", "github:Open-STEM/XRP_Micropython/XRPLib/webserver.py"], |
22 | 23 | ["XRPExamples/__init__.py", "github:Open-STEM/XRP_Micropython/XRPExamples/__init__.py"], |
| 24 | + ["XRPExamples/buzzer_examples.py", "github:Open-STEM/XRP_Micropython/XRPExamples/buzzer_examples.py"], |
23 | 25 | ["XRPExamples/drive_examples.py", "github:Open-STEM/XRP_Micropython/XRPExamples/drive_examples.py"], |
24 | 26 | ["XRPExamples/gamepad_example.blocks", "github:Open-STEM/XRP_Micropython/XRPExamples/gamepad_example.blocks"], |
25 | 27 | ["XRPExamples/installation_verification.py", "github:Open-STEM/XRP_Micropython/XRPExamples/installation_verification.py"], |
|
30 | 32 | "deps": [ |
31 | 33 | ["github:pimoroni/phew", "latest"] |
32 | 34 | ], |
33 | | - "version": "2.1.3" |
| 35 | + "version": "2.1.4" |
34 | 36 | } |
0 commit comments