加入eeprom驱动,用于保存屏幕触控的校准数据
This commit is contained in:
@@ -7,10 +7,11 @@ File.Version=6
|
||||
KeepUserPlacement=false
|
||||
Mcu.Family=STM32F1
|
||||
Mcu.IP0=FSMC
|
||||
Mcu.IP1=NVIC
|
||||
Mcu.IP2=RCC
|
||||
Mcu.IP3=SYS
|
||||
Mcu.IPNb=4
|
||||
Mcu.IP1=I2C2
|
||||
Mcu.IP2=NVIC
|
||||
Mcu.IP3=RCC
|
||||
Mcu.IP4=SYS
|
||||
Mcu.IPNb=5
|
||||
Mcu.Name=STM32F103Z(C-D-E)Tx
|
||||
Mcu.Package=LQFP144
|
||||
Mcu.Pin0=PF8
|
||||
@@ -23,27 +24,29 @@ Mcu.Pin14=PE12
|
||||
Mcu.Pin15=PE13
|
||||
Mcu.Pin16=PE14
|
||||
Mcu.Pin17=PE15
|
||||
Mcu.Pin18=PD8
|
||||
Mcu.Pin19=PD9
|
||||
Mcu.Pin18=PB10
|
||||
Mcu.Pin19=PB11
|
||||
Mcu.Pin2=PF10
|
||||
Mcu.Pin20=PD10
|
||||
Mcu.Pin21=PD14
|
||||
Mcu.Pin22=PD15
|
||||
Mcu.Pin23=PD0
|
||||
Mcu.Pin24=PD1
|
||||
Mcu.Pin25=PD4
|
||||
Mcu.Pin26=PD5
|
||||
Mcu.Pin27=PG12
|
||||
Mcu.Pin28=VP_SYS_VS_ND
|
||||
Mcu.Pin29=VP_SYS_VS_Systick
|
||||
Mcu.Pin20=PD8
|
||||
Mcu.Pin21=PD9
|
||||
Mcu.Pin22=PD10
|
||||
Mcu.Pin23=PD14
|
||||
Mcu.Pin24=PD15
|
||||
Mcu.Pin25=PD0
|
||||
Mcu.Pin26=PD1
|
||||
Mcu.Pin27=PD4
|
||||
Mcu.Pin28=PD5
|
||||
Mcu.Pin29=PG12
|
||||
Mcu.Pin3=OSC_IN
|
||||
Mcu.Pin30=VP_SYS_VS_ND
|
||||
Mcu.Pin31=VP_SYS_VS_Systick
|
||||
Mcu.Pin4=OSC_OUT
|
||||
Mcu.Pin5=PB0
|
||||
Mcu.Pin6=PB1
|
||||
Mcu.Pin7=PB2
|
||||
Mcu.Pin8=PG0
|
||||
Mcu.Pin9=PE7
|
||||
Mcu.PinsNb=30
|
||||
Mcu.PinsNb=32
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=
|
||||
Mcu.UserName=STM32F103ZETx
|
||||
@@ -74,6 +77,10 @@ PB1.GPIO_Speed=GPIO_SPEED_FREQ_HIGH
|
||||
PB1.Locked=true
|
||||
PB1.PinState=GPIO_PIN_SET
|
||||
PB1.Signal=GPIO_Output
|
||||
PB10.Mode=I2C
|
||||
PB10.Signal=I2C2_SCL
|
||||
PB11.Mode=I2C
|
||||
PB11.Signal=I2C2_SDA
|
||||
PB2.GPIOParameters=GPIO_Speed,PinState,GPIO_Label
|
||||
PB2.GPIO_Label=TCS
|
||||
PB2.GPIO_Speed=GPIO_SPEED_FREQ_HIGH
|
||||
|
||||
Reference in New Issue
Block a user