aboutsummaryrefslogtreecommitdiff
path: root/speaker.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-16Finally fix speakerLars-Dominik Braun1-55/+0
Use one timer for LED/speaker. Not sure why two did not work.
2014-08-26speaker: Fix beepLars-Dominik Braun1-9/+20
Finally beeps. XXX: nope, it does not.
2014-07-22Convert printf into putsLars-Dominik Braun1-1/+0
Removes ~1.5k code size, still not working.
2014-07-22Speaker and LED pwmLars-Dominik Braun1-18/+14
Something is not correct here, stack overflow?
2014-05-27Fix compiler warningsLars-Dominik Braun1-1/+1
2014-04-29speaker: Initial implementationLars-Dominik Braun1-0/+49