tino / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
MIT License
575 stars 193 forks source link

Tone and Notone functions from Arduino #107

Closed Rohan2002 closed 2 years ago

Rohan2002 commented 3 years ago

Hi,

Is there a way to call the built-in Arduino functions called tone(pin_number, frequency, duration) and noTone(pin_number) in python?

Tone function: tone noTone function: noTone

Thanks,

Rohan Deshpande.