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.
F303_logger.h
00001 00002 // Telemetry UART 00003 #define TELEM_TX PA_9 00004 #define TELEM_RX PA_10 00005 00006 // Battery ADC 00007 #define BAT_V PB_0 00008 00009 // I2C 00010 #define I2CSDA PB_7 00011 #define I2CSCL PB_6 00012 00013 // Strain Gauges 00014 #define LIFT_CLK PB_1 00015 #define LIFT_DAT PF_0 00016 #define DRAG_CLK PF_1 00017 #define DRAG_DAT PA_8 00018 00019 // Buzzer 00020 00021 // SD Card 00022 #define MOSI PA_7 00023 #define MISO PA_6 00024 #define SCLK PA_5 00025 #define SSEL PA_4 00026 00027 00028 // Local ADC 00029
Generated on Tue Jul 12 2022 21:49:13 by
1.7.2