You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have submitted a pull request to add Tone functionality to the configurable branch of Firmata. This enables users to access the tone() (and eventually noTone()) function for Arduino to play a tone (via a buzzer or other output).
Add tone() and noTone() methods to either IOBoard or Pin.
The text was updated successfully, but these errors were encountered:
I have submitted a pull request to add Tone functionality to the
configurable
branch of Firmata. This enables users to access thetone()
(and eventuallynoTone()
) function for Arduino to play a tone (via a buzzer or other output).Add
tone()
andnoTone()
methods to either IOBoard or Pin.The text was updated successfully, but these errors were encountered: