TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
110 stars 31 forks source link

Feature/basic buzzer #51

Closed elsalahy closed 4 years ago

elsalahy commented 4 years ago

Summary:

Adds a Buzzer lib implementation based on PWM generated from Timer2 Closes #22

Changes:

Notes for Reviewers:

None

Release Notes: (optional)

...

elsalahy commented 4 years ago

@azerimaker good feedback, I will add an implementation to the OFF and Init states that insures the PIN is driven low.

elsalahy commented 4 years ago

@azerimaker I implemented the feedback, can you please check?

elsalahy commented 4 years ago

@johanstokking care to take a second look before I merge?