Skip to content

Commit 5e21c1d

Browse files
committed
Add buzzer module and example; bump version
Include XRPLib/buzzer.py and XRPExamples/buzzer_examples.py in package urls so the buzzer module and its example are packaged, and increment package version from 2.1.3 to 2.1.4.
1 parent 0fe4672 commit 5e21c1d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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/buzzer.py", "github:Open-STEM/XRP_Micropython/XRPLib/buzzer.py"],
56
["XRPLib/controller.py", "github:Open-STEM/XRP_Micropython/XRPLib/controller.py"],
67
["XRPLib/defaults.py", "github:Open-STEM/XRP_Micropython/XRPLib/defaults.py"],
78
["XRPLib/differential_drive.py", "github:Open-STEM/XRP_Micropython/XRPLib/differential_drive.py"],
@@ -20,6 +21,7 @@
2021
["XRPLib/timeout.py", "github:Open-STEM/XRP_Micropython/XRPLib/timeout.py"],
2122
["XRPLib/webserver.py", "github:Open-STEM/XRP_Micropython/XRPLib/webserver.py"],
2223
["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"],
2325
["XRPExamples/drive_examples.py", "github:Open-STEM/XRP_Micropython/XRPExamples/drive_examples.py"],
2426
["XRPExamples/gamepad_example.blocks", "github:Open-STEM/XRP_Micropython/XRPExamples/gamepad_example.blocks"],
2527
["XRPExamples/installation_verification.py", "github:Open-STEM/XRP_Micropython/XRPExamples/installation_verification.py"],
@@ -30,5 +32,5 @@
3032
"deps": [
3133
["github:pimoroni/phew", "latest"]
3234
],
33-
"version": "2.1.3"
35+
"version": "2.1.4"
3436
}

0 commit comments

Comments
 (0)