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.
to_gcs.h
00001 #define FCC_DATA_SIZE 52 //39 Direct from IMU 00002 00003 void toGCS(){ 00004 00005 fcc.US++;// = 11; 00006 if(fcc.US>1000) fcc.US = 0; 00007 00008 char *FtoG = (char *)&fcc, i; //&IMU 00009 00010 00011 radio.putc(0xFF); 00012 radio.putc(0xFF); 00013 for (i=0;i<FCC_DATA_SIZE;i++) radio.putc(*FtoG++); 00014 radio.putc(0x0D); 00015 00016 }
Generated on Sun Jul 17 2022 23:18:49 by
1.7.2