Mercurial > ~darius > hgwebdir.cgi > tempctrl
diff testavr.c @ 56:09f8d879afb9
Make it louder.
author | darius@Inchoate |
---|---|
date | Wed, 29 Oct 2008 17:45:50 +1030 |
parents | 58f1ec46bff6 |
children | 50fca9562310 |
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 */