Skip to content

Commit

Permalink
Change pin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Feb 15, 2021
1 parent b6b6103 commit daaca5e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions zed_genericapp.syscfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --board "/ti/boards/CC26X2R1_LAUNCHXL" --product "[email protected].00.44"
* @cliArgs --board "/ti/boards/CC26X2R1_LAUNCHXL" --product "[email protected].04.04"
* @versions {"data":"2021010520","timestamp":"2021010520","tool":"1.7.0+1746","templates":null}
*/

Expand Down Expand Up @@ -121,17 +121,20 @@ Button2.gpioPin.$name = "CONFIG_GPIO_BTN2";
Button2.gpioPin.pinInstance.$name = "CONFIG_PIN_BTN2";

Button3.$name = "CONFIG_BUTTON_CH1";
Button3.gpioPin.$name = "CONFIG_GPIO_0";
Button3.hwConfig = "Active Low Pull Up";
Button3.gpioPin.$name = "CONFIG_GPIO_COUNTER_CH1";
Button3.gpioPin.gpioPin.$assign = "boosterpack.5";
Button3.gpioPin.pinInstance.$name = "CONFIG_PIN_0";

Button4.$name = "CONFIG_BUTTON_CH2";
Button4.gpioPin.$name = "CONFIG_GPIO_1";
Button4.hwConfig = "Active Low Pull Up";
Button4.gpioPin.$name = "CONFIG_GPIO_COUNTER_CH2";
Button4.gpioPin.gpioPin.$assign = "boosterpack.8";
Button4.gpioPin.pinInstance.$name = "CONFIG_PIN_3";

Button5.$name = "CONFIG_BUTTON_CH3";
Button5.gpioPin.$name = "CONFIG_GPIO_2";
Button5.hwConfig = "Active Low Pull Up";
Button5.gpioPin.$name = "CONFIG_GPIO_COUNTER_CH3";
Button5.gpioPin.gpioPin.$assign = "boosterpack.9";
Button5.gpioPin.pinInstance.$name = "CONFIG_PIN_4";

Expand Down

0 comments on commit daaca5e

Please sign in to comment.