arduino / node_modulino_firmware

Mozilla Public License 2.0
1 stars 0 forks source link

Handle case for indefinite tone duration #14

Open sebromero opened 3 months ago

sebromero commented 3 months ago

This PR adds the option of playing tones on the buzzer indefinitely, which is possible with the popular Arduino Tone library.

sebromero commented 2 months ago

Tested and seems to work fine. This is also useful when using the buzzer not just to play a melody but to adjust the frequency based on continuous input such as sensor data.