Private
Public Access
2
0
Files
mraa/include/mock/mock_board.h

24 lines
309 B
C
Raw Permalink Normal View History

/*
* Author: Alex Tereschenko <alext.mkrs@gmail.com>
* Copyright (c) 2016 Alex Tereschenko.
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "mraa_internal.h"
#define MRAA_MOCK_PINCOUNT 10
mraa_board_t*
mraa_mock_board();
#ifdef __cplusplus
}
#endif