Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
parse.h
00001 #ifndef parse_H 00002 #define parse_H 00003 struct info{ 00004 int accel; 00005 int lean; 00006 float x; 00007 float y; 00008 int hr; 00009 float speed; 00010 int temp; 00011 int humidity; 00012 int gear; 00013 int crash; 00014 }; 00015 int parse(char*,info*); 00016 void initializeStruct(info*); 00017 #endif
Generated on Tue Jul 12 2022 21:48:05 by
1.7.2