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.
leg_message.h
00001 #ifndef _leg_message 00002 #define _leg_message 00003 00004 #include <stdint.h> 00005 00006 // 24 bytes 00007 // 12 16-bit words 00008 struct spi_data_t 00009 { 00010 float vol; 00011 float lv_current; 00012 float hv_current; 00013 float ext_current; 00014 float tau; 00015 int32_t checksum; 00016 }; 00017 00018 #endif
Generated on Wed Jul 20 2022 03:41:47 by
1.7.2