Skip to content

Commit

Permalink
Merge pull request #22 from sourcebots/expose-note
Browse files Browse the repository at this point in the history
Expose the Piezo notes
  • Loading branch information
trickeydan authored Jul 27, 2019
2 parents b6598d1 + a2cf981 commit 791a953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from j5.components.gpio_pin import GPIOPinMode
from j5.components.motor import MotorSpecialState
from j5.components.piezo import Note

from .logging import logger_setup
from .robot import Robot, __version__
Expand All @@ -16,5 +17,6 @@
"BRAKE",
"COAST",
"GPIOPinMode",
"Note",
"Robot",
]

0 comments on commit 791a953

Please sign in to comment.