Mercurial > ~darius > hgwebdir.cgi > tempctrl
changeset 56:09f8d879afb9
Make it louder.
author | darius@Inchoate |
---|---|
date | Wed, 29 Oct 2008 17:45:50 +1030 |
parents | 6b1057409d9a |
children | 6681768b994f |
files | testavr.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/testavr.c Wed Oct 29 17:45:32 2008 +1030 +++ b/testavr.c Wed Oct 29 17:45:50 2008 +1030 @@ -108,7 +108,7 @@ * * Phase correct PWM, non-inverted output, divide by 8 */ TCCR0 = _BV(WGM00) | _BV(WGM11) | _BV(COM00) | _BV(COM01) | _BV(CS01); - OCR0 = 253; + OCR0 = 128; #endif /* Set up the one wire stuff */