Skip to content
Snippets Groups Projects
Commit 5c3a80af authored by Paulus Kruger's avatar Paulus Kruger
Browse files

LEDs off when RCU off

parent 7d782bf9
Branches
Tags
No related merge requests found
Pipeline #90179 passed
...@@ -948,7 +948,8 @@ methods: ...@@ -948,7 +948,8 @@ methods:
- RCU_PWR_ANALOG_on: 0 #Switch power off - RCU_PWR_ANALOG_on: 0 #Switch power off
- RCU_PWR_DIGITAL_on: 0 #Switch power off - RCU_PWR_DIGITAL_on: 0 #Switch power off
- IO2.GPIO1: 0 - IO2.GPIO1: 0
- IO2.GPIO2: 0 # - IO2.GPIO2: 0
- IO2.CONF2: 0xC0 #make LEDs input = off
- IO3.GPIO1: 0 - IO3.GPIO1: 0
- IO3.GPIO2: 0 - IO3.GPIO2: 0
- IO1.GPIO1: 0 - IO1.GPIO1: 0
......
...@@ -840,7 +840,8 @@ methods: ...@@ -840,7 +840,8 @@ methods:
- RCU_PWR_ANALOG_on: 0 #Switch power off - RCU_PWR_ANALOG_on: 0 #Switch power off
- RCU_PWR_DIGITAL_on: 0 #Switch power off - RCU_PWR_DIGITAL_on: 0 #Switch power off
- IO2.GPIO1: 0 - IO2.GPIO1: 0
- IO2.GPIO2: 0 # - IO2.GPIO2: 0
- IO2.CONF2: 0xC0 #make LEDs input = off
- IO3.GPIO1: 0 - IO3.GPIO1: 0
- IO3.GPIO2: 0 - IO3.GPIO2: 0
- IO1.GPIO1: 0 - IO1.GPIO1: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment