Merge pull request #6648 from li-ho/ev-cog-buttons

ADI: Add BUTTON pin names for EV_COG_AD4050LZ and EV_COG_AD3029LZ
pull/6538/merge
Cruz Monrreal 2018-04-17 10:56:29 -05:00 committed by GitHub
commit 5d4762a02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2010-2017 Analog Devices, Inc.
* Copyright (c) 2010-2018 Analog Devices, Inc.
*
* All rights reserved.
*
@ -120,6 +120,9 @@ typedef enum {
//Push buttons
PB0 = P1_00, // BTN1
PB1 = P0_09, // BTN2
BUTTON1 = P1_00, // BTN1
BUTTON2 = P0_09, // BTN2
BOOT = P1_01,
WAKE0 = P0_15, // JP15 to select
WAKE1 = P1_00, // JP8 (BTN1 jumper) to select

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2010-2017 Analog Devices, Inc.
* Copyright (c) 2010-2018 Analog Devices, Inc.
*
* All rights reserved.
*
@ -135,6 +135,9 @@ typedef enum {
//Push buttons
PB0 = P1_00, // BTN1
PB1 = P0_09, // BTN2
BUTTON1 = P1_00, // BTN1
BUTTON2 = P0_09, // BTN2
BOOT = P1_01,
WAKE0 = P0_15, // JP15 to select
WAKE1 = P1_00, // JP8 (BTN1 jumper) to select