Skip to content

Commit 791a953

Browse files
authored
Merge pull request #22 from sourcebots/expose-note
Expose the Piezo notes
2 parents b6598d1 + a2cf981 commit 791a953

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sbot/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from j5.components.gpio_pin import GPIOPinMode
44
from j5.components.motor import MotorSpecialState
5+
from j5.components.piezo import Note
56

67
from .logging import logger_setup
78
from .robot import Robot, __version__
@@ -16,5 +17,6 @@
1617
"BRAKE",
1718
"COAST",
1819
"GPIOPinMode",
20+
"Note",
1921
"Robot",
2022
]

0 commit comments

Comments
 (0)