libdigiapix: ccmp15: fix user LED and buttons
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
69e961b857
commit
64b965637c
|
|
@ -3,11 +3,11 @@ model = Digi International ConnectCore MP15 DVK.
|
|||
|
||||
[GPIO]
|
||||
|
||||
# USER LED
|
||||
USER_LED = gpioa,15
|
||||
# USER LED (ULED)
|
||||
USER_LED = GPIOC,8
|
||||
|
||||
# USER BUTTON (EXP_GPIO_1)
|
||||
USER_BUTTON = gpioa,13
|
||||
# USER BUTTON (USER_1)
|
||||
USER_BUTTON = GPIOA,13
|
||||
|
||||
[I2C]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue