Private
Public Access
2
0

Added Raspberry Pi 4 1GB 2GB and 4GB to the list of detected platforms

Signed-off-by: Chuck Duey <cduey@msn.com>
This commit is contained in:
Chuck Duey
2019-07-20 18:57:00 -06:00
committed by Mihai Tudor Panu
parent bb736e762b
commit f58cdc9da4
2 changed files with 16 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ extern "C" {
#define MRAA_RASPBERRY_PI_ZERO_W_PINCOUNT 41
#define MRAA_RASPBERRY_PI3_B_PLUS_PINCOUNT 41
#define MRAA_RASPBERRY_PI3_A_PLUS_PINCOUNT 41
#define MRAA_RASPBERRY_PI4_B_PINCOUNT 41
mraa_board_t *
mraa_raspberry_pi();