Private
Public Access
2
0

iot2050: Add USER button

A simple GPIO, no muxing needed, no pulling supported. Therefore, reject
any mode changes that request pull up/down, ignore the others.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2021-01-18 09:14:35 +01:00
committed by Tom Ingleby
parent a9f0ff22e8
commit 8b1c54934e
2 changed files with 25 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ extern "C" {
#include "mraa_internal.h"
#define PLATFORM_NAME "SIMATIC IOT2050"
#define MRAA_IOT2050_PINCOUNT (20)
#define MRAA_IOT2050_PINCOUNT 21
mraa_board_t *
mraa_siemens_iot2050();