-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
*/ | ||
|
||
|
@@ -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"; | ||
|
||
|