/* * Author: Alex Tereschenko * 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