Skip to content

Commit

Permalink
Update shiva.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
1000eyed authored Jun 22, 2024
1 parent 6098fa0 commit 1beb49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/shiva/shiva.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
gpios = <&gpio1 02 GPIO_ACTIVE_HIGH>; // red LED, connected to P0.26
};
led1: led_1 {
gpios = <&gpio1 01 GPIO_ACTIVE_HIGH>; // green LED, connected to P0.30
gpios = <&gpio1 07 GPIO_ACTIVE_HIGH>; // green LED, connected to P0.30
};
led2: led_2 {
gpios = <&gpio1 07 GPIO_ACTIVE_HIGH>; // blue LED, connected to P0.06
gpios = <&gpio1 01 GPIO_ACTIVE_HIGH>; // blue LED, connected to P0.06
};
};
};

0 comments on commit 1beb49b

Please sign in to comment.