2016-06-26 17:55:14 +02:00
|
|
|
/*
|
|
|
|
|
* Author: Alex Tereschenko <alext.mkrs@gmail.com>
|
|
|
|
|
* Copyright (c) 2016 Alex Tereschenko.
|
|
|
|
|
*
|
2019-05-09 09:47:11 -07:00
|
|
|
* SPDX-License-Identifier: MIT
|
2016-06-26 17:55:14 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "mraa_internal.h"
|
|
|
|
|
|
2016-10-16 16:57:10 +02:00
|
|
|
#define MRAA_MOCK_PINCOUNT 10
|
2016-06-26 17:55:14 +02:00
|
|
|
|
|
|
|
|
mraa_board_t*
|
|
|
|
|
mraa_mock_board();
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|