Changeset - db6685a2165e
[Not reviewed]
default
0 2 0
ethanzonca@CL-SEC241-08.cedarville.edu - 12 years ago 2012-10-29 19:53:54
ethanzonca@CL-SEC241-08.cedarville.edu
Added afsk code, which is tested and works on the micro
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
master/master/lib/serparser.c
Show inline comments
 
@@ -7,7 +7,7 @@
 
 
 
// ************* Macros ***************
 
#define SERIAL_RX_HASBYTES UCSR0A & _BV(RXC)
 
#define SERIAL_RX_HASBYTES UCSR0A & _BV(RXC0)
 
#define MAX_CMD_LEN 16
 
#define BROADCAST_ADDR 0 //public address
 
#include <avr/io.h>
master/master/master.c
Show inline comments
 
@@ -13,7 +13,7 @@
 
 
#include "lib/serial.h"
 
#include "lib/afsk.h"
 
 
#include "lib/led.h"
 
 
void micro_setup() {
 
	// Generic microcontroller config options
0 comments (0 inline, 0 general)