Project

General

Profile

Revision 437

Added by Kevin Woo about 16 years ago

Cleaned up analog.c code. Recompiled library. Mostly commenting and
documentation fixes. No changes made to actual code.

View differences:

reset.c
51 51
 * and Status Register (MCUCSR).
52 52
 **/
53 53
void reset(void) {
54
    WDTCR &= 0xF8;
55
    WDTCR |= 0x08;
56
    _delay_ms(15);
54
  WDTCR &= 0xF8;
55
  WDTCR |= 0x08;
56
  _delay_ms(15);
57 57
}
58 58

  
59 59
/**@}**/ //end defgroup

Also available in: Unified diff