Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADI: Add BUTTON pin names for EV_COG_AD4050LZ and EV_COG_AD3029LZ #6648

Merged
merged 1 commit into from Apr 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2010-2017 Analog Devices, Inc.
* Copyright (c) 2010-2018 Analog Devices, Inc.
*
* All rights reserved.
*
Expand Down Expand Up @@ -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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2010-2017 Analog Devices, Inc.
* Copyright (c) 2010-2018 Analog Devices, Inc.
*
* All rights reserved.
*
Expand Down Expand Up @@ -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
Expand Down