Outputting to a piezo buzzer
in
Integration and Hardware
•
3 years ago
I am writing a program which allows kids to "program" a piezo buzzer in Processing by manipulating a gui I created. The buzzer is connected to an Arduino microcontroller, which is running firmata.
The processing Arduino library does not support the function: tone() which I would usually use to get this to work.
Is there a way of using the minim library to control the buzzer?
Thanks!
1