Project

General

Profile

Revision f115416e

IDf115416e5ddb587db82174a69a40955b31973a99

Added by Thomas Mullins over 11 years ago

Added initial BOM code

Only the sending code has been tested; receiving will soon be tested as
well.

View differences:

scout_avr/src/range.cpp
73 73
  EIMSK |= _BV(INT1) | _BV(INT0);
74 74
  
75 75
  // CS1 = 2, 1/8 prescaler
76
  // if this is changed, remember to change recv_edge in bom.cpp!
76 77
  TCCR1B = _BV(CS11);
77 78
  
78 79
  range[0].value = RANGE_ERR;

Also available in: Unified diff