Changeset - af3d1c88dc4a
[Not reviewed]
default
4 4 4
kripperger@CL-SEC241-09.cedarville.edu - 12 years ago 2012-11-07 19:27:57
kripperger@CL-SEC241-09.cedarville.edu
Adding i2c and io libs
12 files changed with 62 insertions and 236 deletions:
0 comments (0 inline, 0 general)
slave/slave/config.h
Show inline comments
 
/*
 
 * IncFile1.h
 
 * config.h
 
 *
 
 * Created: 10/25/2012 10:00:09 PM
 
 *  Author: mkanning
 
@@ -11,6 +11,6 @@
 
 
 #define F_CPU 11059200
 
 #define USART_BAUDRATE 19200
 
 #define MODULE_ID '2'
 
 #define MODULE_ID '2'			//TEMP
 
 
 #endif /* CONFIG_H_ */
 
\ No newline at end of file
slave/slave/lib/i2c.c
Show inline comments
 
new file 100644
 
/*
 
 * i2c.c
 
 *
 
 * Created: 11/7/2012 7:18:23 PM
 
 *  Author: kripperger
 
 */ 
slave/slave/lib/i2c.h
Show inline comments
 
new file 100644
 
/*
 
 * i2c.h
 
 *
 
 * Created: 11/7/2012 7:18:33 PM
 
 *  Author: kripperger
 
 */ 
 
 
 
#ifndef I2C_H_
 
#define I2C_H_
 
 
 
 
 
 
#endif /* I2C_H_ */
 
\ No newline at end of file
slave/slave/lib/io.c
Show inline comments
 
new file 100644
 
/*
 
 * io.c
 
 *
 
 * Created: 11/7/2012 7:17:52 PM
 
 *  Author: kripperger
 
 */ 
slave/slave/lib/io.h
Show inline comments
 
new file 100644
 
/*
 
 * io.h
 
 *
 
 * Created: 11/7/2012 7:18:08 PM
 
 *  Author: kripperger
 
 */ 
 
 
 
#ifndef IO_H_
 
#define IO_H_
 
 
 
 
 
 
#endif /* IO_H_ */
 
\ No newline at end of file
slave/slave/lib/led.c
Show inline comments
 
/*
 
 * CFile1.c
 
 * led.c
 
 *
 
 * Created: 10/25/2012 10:03:22 PM
 
 *  Author: mkanning
slave/slave/lib/led.h
Show inline comments
 
/*
 
 * IncFile1.h
 
 * led.h
 
 *
 
 * Created: 10/25/2012 10:01:29 PM
 
 *  Author: mkanning
 
@@ -11,8 +11,8 @@
 
 
 #define POWER 1
 
 #define ERROR 2
 
 #define STAT 2
 
 #define OK 2
 
 #define STAT 3
 
 #define OK 4
 
 
 void led_Configure();
 
 void led_On(uint8_t led);
slave/slave/lib/serial.c
Show inline comments
 
deleted file
slave/slave/lib/serial.h
Show inline comments
 
deleted file
slave/slave/lib/serparser.c
Show inline comments
 
deleted file
slave/slave/lib/serparser.h
Show inline comments
 
deleted file
slave/slave/slave.cproj
Show inline comments
 
@@ -68,6 +68,18 @@
 
    <Compile Include="config.h">
 
      <SubType>compile</SubType>
 
    </Compile>
 
    <Compile Include="lib\i2c.c">
 
      <SubType>compile</SubType>
 
    </Compile>
 
    <Compile Include="lib\i2c.h">
 
      <SubType>compile</SubType>
 
    </Compile>
 
    <Compile Include="lib\io.c">
 
      <SubType>compile</SubType>
 
    </Compile>
 
    <Compile Include="lib\io.h">
 
      <SubType>compile</SubType>
 
    </Compile>
 
    <Compile Include="lib\led.c">
 
      <SubType>compile</SubType>
 
    </Compile>
0 comments (0 inline, 0 general)