Skip to content

Commit

Permalink
Add Dashboard enable to ioc
Browse files Browse the repository at this point in the history
  • Loading branch information
samparent97 committed Apr 20, 2024
1 parent c1e8723 commit 55cbc74
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Mcu.IPNb=5
Mcu.Name=STM32F767ZITx
Mcu.Package=LQFP144
Mcu.Pin0=PC13
Mcu.Pin1=PG2
Mcu.Pin1=PA6
Mcu.Pin2=PA8
Mcu.Pin3=PA15
Mcu.Pin4=PB7
Expand All @@ -51,6 +51,11 @@ NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:true\:false\:false
PA15.Locked=true
PA15.Mode=CAN_Activate
PA15.Signal=CAN3_TX
PA6.GPIOParameters=PinState,GPIO_Label
PA6.GPIO_Label=DASHBOARD_EN
PA6.Locked=true
PA6.PinState=GPIO_PIN_SET
PA6.Signal=GPIO_Output
PA8.Mode=CAN_Activate
PA8.Signal=CAN3_RX
PB7.GPIOParameters=GPIO_Label
Expand All @@ -62,11 +67,6 @@ PC13.GPIO_Label=ButtonPin
PC13.GPIO_PuPd=GPIO_PULLDOWN
PC13.Locked=true
PC13.Signal=GPIO_Input
PG2.GPIOParameters=PinState,GPIO_Label
PG2.GPIO_Label=FC_ENABLE
PG2.Locked=true
PG2.PinState=GPIO_PIN_SET
PG2.Signal=GPIO_Output
PinOutPanel.RotationAngle=0
ProjectManager.AskForMigrate=true
ProjectManager.BackupPrevious=false
Expand Down

0 comments on commit 55cbc74

Please sign in to comment.