2015-12-17 14:32:00 +08:00
|
|
|
/*
|
|
|
|
|
* Author: Lay, Kuan Loon <kuan.loon.lay@intel.com>
|
|
|
|
|
* Copyright (c) 2015 Intel Corporation.
|
|
|
|
|
*
|
2019-05-09 09:47:11 -07:00
|
|
|
* SPDX-License-Identifier: MIT
|
2015-12-17 14:32:00 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "mraa_internal.h"
|
|
|
|
|
|
|
|
|
|
#define MRAA_INTEL_SOFIA_3GR_PINCOUNT 8
|
|
|
|
|
|
|
|
|
|
mraa_board_t* mraa_intel_sofia_3gr();
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|