Skip to content
Snippets Groups Projects
Commit f8c28f4c authored by Semjon Kerner's avatar Semjon Kerner
Browse files

boards/calliope: adapted pins for rev 1.0

parent 89340154
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ extern "C" {
*/
#define BTN0_PIN GPIO_PIN(0, 17)
#define BTN0_MODE GPIO_IN
#define BTN1_PIN GPIO_PIN(0, 26)
#define BTN1_PIN GPIO_PIN(0, 16)
#define BTN1_MODE GPIO_IN
/** @} */
......
/*
* Copyright (C) 2016 Freie Universität Berlin
* Copyright (C) 2016-2017 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
......@@ -14,6 +14,7 @@
* @brief Peripheral configuration for the Calliope mini
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Semjon Kerner <semjon.kerner@fu-berlin.de>
*/
#ifndef PERIPH_CONF_H
......@@ -100,8 +101,8 @@ static const timer_conf_t timer_config[] = {
static const i2c_conf_t i2c_config[] = {
{
.dev = NRF_TWI0,
.pin_scl = 0,
.pin_sda = 30,
.pin_scl = 19,
.pin_sda = 20,
.ppi = 0
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment