aboutsummaryrefslogtreecommitdiff
path: root/pwm.h
AgeCommit message (Collapse)AuthorFilesLines
2015-02-27Add licenseLars-Dominik Braun1-0/+23
2015-01-29Replace enums with uint8_tLars-Dominik Braun1-3/+2
Saves a few bytes, since enums are 16 bit
2014-12-15pwm: Add method to switch all LEDs offLars-Dominik Braun1-0/+1
This is used quite often and we can implement it more efficiently.
2014-09-16Finally fix speakerLars-Dominik Braun1-4/+10
Use one timer for LED/speaker. Not sure why two did not work.
2014-08-05pwm: Add brightness controlLars-Dominik Braun1-4/+5
2014-06-17Alarm state + defines + documentationLars-Dominik Braun1-0/+1
2014-06-10pwm: Implement blinkLars-Dominik Braun1-1/+6
Still flickers a little bit, might have to increase frequency…
2014-05-27pwm: Initial LED PWMLars-Dominik Braun1-0/+11