# HG changeset patch # User darius@Inchoate # Date 1225264550 -37800 # Node ID 09f8d879afb9deb10dd792505595b11ded3fae05 # Parent 6b1057409d9a3fd367779d6d6d08e20dc99e651f Make it louder. diff -r 6b1057409d9a -r 09f8d879afb9 testavr.c --- 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 */