2014-05-01 16:55:23 +01:00
|
|
|
/*
|
|
|
|
|
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
|
|
|
|
|
* Copyright (c) 2014 Intel Corporation.
|
|
|
|
|
*
|
2019-05-09 09:47:11 -07:00
|
|
|
* SPDX-License-Identifier: MIT
|
2014-05-01 16:55:23 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2014-07-10 22:08:05 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2014-07-11 11:41:14 +01:00
|
|
|
#include "mraa_internal.h"
|
2014-05-01 16:55:23 +01:00
|
|
|
|
2014-06-24 17:24:54 +01:00
|
|
|
#define MRAA_INTEL_GALILEO_REV_D_PINCOUNT 25
|
2014-05-01 16:55:23 +01:00
|
|
|
|
2014-06-24 17:24:54 +01:00
|
|
|
mraa_board_t*
|
2014-07-14 15:21:28 +01:00
|
|
|
mraa_intel_galileo_rev_d();
|
2014-07-10 22:08:05 +01:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|