# HG changeset patch # User mkanning@CL-SEC241-09.cedarville.edu # Date 2012-10-25 15:14:23 # Node ID 9157d20ee6c6d779695d873e27a89e20195d4f63 # Parent 16f7300f49ce1bf4b24b2f929aad06d74b58b7fb First pass on firmware diff --git a/master/master/master/master.c b/master/master/master/master.c new file mode 100644 --- /dev/null +++ b/master/master/master/master.c @@ -0,0 +1,50 @@ +/* + * master.c + * + * Created: 10/25/2012 2:48:04 PM + * Author: mkanning + */ + + +#include + +void SendChar( char byte ) +{ + while (!(UCSR0A & (1< + + + 2.0 + 6.0 + com.Atmel.AVRGCC8 + {8579ec2d-5815-40db-84e0-1d14239c7aea} + ATmega644P + none + Executable + C + $(MSBuildProjectName) + .elf + $(MSBuildProjectDirectory)\$(Configuration) + master + master + master + Native + true + false + + 0 + 3.1.3 + + + + + True + True + True + True + True + Optimize for size (-Os) + True + True + True + + + m + + + + + + + + + True + True + True + True + True + Optimize (-O1) + True + True + Default (-g2) + True + + + m + + + Default (-Wa,-g) + + + + + + compile + + + + \ No newline at end of file