Eli Hughes / Mbed 2 deprecated RobotPowerLogger-V2

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers KeyValue.h Source File

KeyValue.h

00001 #include "DataTypes.h"
00002 
00003 #ifndef _KEY_VALUE_H
00004 #define _KEY_VALUE_H
00005 
00006 BOOL KeyValueSplit(CHAR *LineBuf,CHAR *Key,CHAR *Value);
00007 
00008 
00009 extern CHAR Key[64];
00010 extern CHAR Value[64];
00011 
00012 #endif