rpi: Add support for Raspberry Pi Zero W
This patch adds support and autodetection for Raspberry Pi Zero W. It also adds more revisions for Raspbery Pi Zero from here: http://elinux.org/RPi_HardwareHistory Signed-off-by: Sergey Kiselev <sergey.kiselev@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
721c5533eb
commit
99287f40a1
@@ -38,6 +38,7 @@ extern "C" {
|
||||
#define MRAA_RASPBERRY_PI_COMPUTE_MODULE_PINCOUNT 41
|
||||
#define MRAA_RASPBERRY_PI_ZERO_PINCOUNT 41
|
||||
#define MRAA_RASPBERRY_PI3_B_PINCOUNT 41
|
||||
#define MRAA_RASPBERRY_PI_ZERO_W_PINCOUNT 41
|
||||
|
||||
mraa_board_t *
|
||||
mraa_raspberry_pi();
|
||||
|
||||
Reference in New Issue
Block a user