从模块读取了数据,还需要一系列算法才能利用这些数据
This commit is contained in:
@@ -27,26 +27,29 @@ Mcu.Pin17=PE15
|
||||
Mcu.Pin18=PB10
|
||||
Mcu.Pin19=PB11
|
||||
Mcu.Pin2=PF10
|
||||
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.Pin20=PB12
|
||||
Mcu.Pin21=PB13
|
||||
Mcu.Pin22=PB14
|
||||
Mcu.Pin23=PD8
|
||||
Mcu.Pin24=PD9
|
||||
Mcu.Pin25=PD10
|
||||
Mcu.Pin26=PD14
|
||||
Mcu.Pin27=PD15
|
||||
Mcu.Pin28=PD0
|
||||
Mcu.Pin29=PD1
|
||||
Mcu.Pin3=OSC_IN
|
||||
Mcu.Pin30=VP_SYS_VS_ND
|
||||
Mcu.Pin31=VP_SYS_VS_Systick
|
||||
Mcu.Pin30=PD4
|
||||
Mcu.Pin31=PD5
|
||||
Mcu.Pin32=PG12
|
||||
Mcu.Pin33=VP_SYS_VS_ND
|
||||
Mcu.Pin34=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=32
|
||||
Mcu.PinsNb=35
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=
|
||||
Mcu.UserName=STM32F103ZETx
|
||||
@@ -81,6 +84,24 @@ PB10.Mode=I2C
|
||||
PB10.Signal=I2C2_SCL
|
||||
PB11.Mode=I2C
|
||||
PB11.Signal=I2C2_SDA
|
||||
PB12.GPIOParameters=GPIO_Speed,PinState,GPIO_PuPd,GPIO_Label
|
||||
PB12.GPIO_Label=MAX_IRD
|
||||
PB12.GPIO_PuPd=GPIO_PULLUP
|
||||
PB12.GPIO_Speed=GPIO_SPEED_FREQ_HIGH
|
||||
PB12.Locked=true
|
||||
PB12.PinState=GPIO_PIN_SET
|
||||
PB12.Signal=GPIO_Output
|
||||
PB13.GPIOParameters=GPIO_Label
|
||||
PB13.GPIO_Label=MAX_INT
|
||||
PB13.Locked=true
|
||||
PB13.Signal=GPIO_Input
|
||||
PB14.GPIOParameters=GPIO_Speed,PinState,GPIO_PuPd,GPIO_Label
|
||||
PB14.GPIO_Label=MAX_RD
|
||||
PB14.GPIO_PuPd=GPIO_PULLUP
|
||||
PB14.GPIO_Speed=GPIO_SPEED_FREQ_HIGH
|
||||
PB14.Locked=true
|
||||
PB14.PinState=GPIO_PIN_SET
|
||||
PB14.Signal=GPIO_Output
|
||||
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