diff options
author | Max Christian Pohle | 2015-07-27 15:12:22 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-07-27 15:12:22 +0200 |
commit | 2df2697107d7873232c31a25a6947711b0903edb (patch) | |
tree | ff7247e9e970c69f3d3385950b19db9997a511b8 /src/inc/pwm/pwm.h | |
download | alarmclock-2df2697107d7873232c31a25a6947711b0903edb.tar.bz2 alarmclock-2df2697107d7873232c31a25a6947711b0903edb.zip |
latest running version from march 2011, not having been in repo before,
dcf77 working, mp3 playback and two display types are supported
Diffstat (limited to 'src/inc/pwm/pwm.h')
-rwxr-xr-x | src/inc/pwm/pwm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc/pwm/pwm.h b/src/inc/pwm/pwm.h new file mode 100755 index 0000000..8b671bc --- /dev/null +++ b/src/inc/pwm/pwm.h | |||
@@ -0,0 +1,3 @@ | |||
1 | #include <avr/io.h> | ||
2 | |||
3 | void pwminit(); | ||