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.
LPG_Config.h
00001 #ifndef _LPG_CONFIG_ 00002 #define _LPG_CONFIG_ 00003 #ifdef _WISE_1570_ 00004 #define GPIO_0 PB_9 00005 #define GPIO_1 PC_7 00006 #define GPIO_2 PB_15 00007 #define GPIO_3 PB_12 00008 #define GPIO_4 PC_8 00009 #define GPIO_5 PC_13 00010 #define UART_TX PC_10 00011 #define UART_RX PC_11 00012 #define ADC_0 PA_1 00013 #define ADC_1 PC_2 00014 #define ADC_2 PC_4 00015 #define PWM_0 PB_0 00016 #define PWM_1 PB_1 00017 #define I2C1_DATA PB_11 00018 #define I2C1_DCLK PB_10 00019 #define I2C0_DATA PB_7 00020 #define I2C0_DCLK PB_6 00021 #else /*BG96*/ 00022 #define LED_1 PC_0 00023 #define LED_2 PC_1 00024 #define LED_3 PC_2 00025 #define UART_TX PC_10 00026 #define UART_RX PC_11 00027 #define D_UART_TX PA_9 00028 #define D_UART_RX PA_10 00029 #define BTN PA_0 00030 #define PWR_LTE PC_3 00031 #define KEY PC_4 00032 #define RST PC_5 00033 #define D_UART_BR 115200 00034 #define AT_UART_BR 115200 00035 #define MEM_START 0x0800C4F0 00036 00037 00038 #endif 00039 #endif
Generated on Fri Jul 22 2022 03:43:24 by
