Project

General

Profile

Revision 202

Added by Kevin Woo about 14 years ago

  • Moved the reset code to toolbox since it is the only code that uses it
  • Optimized the toolbox statemachine to use parse_packet and the bootloader
    function
  • Small byte optimizations.
  • Down from 1024 bytes to 768 bytes

View differences:

toolbox_pindefs.h
8 8
#define RELAY       _BV(PORTD4)
9 9

  
10 10
// AC Voltage Sense
11
#define VAC_PORT    PORTD
11
#define VAC_PORT    PIND
12 12
#define VAC_SENSE   _BV(PIND3)
13 13

  
14 14
// Buttons

Also available in: Unified diff