Private
Public Access
2
0

mraa mock: Add SPI functionality

Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Alex Tereschenko
2016-08-17 21:02:24 +02:00
committed by Brendan Le Foll
parent 9030ae2eeb
commit bdbbfd03dd
16 changed files with 729 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ extern "C" {
#include "mraa_internal.h"
#define MRAA_MOCK_PINCOUNT 4
#define MRAA_MOCK_PINCOUNT 8
mraa_board_t*
mraa_mock_board();