2014-06-16 18:45:59 +01:00
|
|
|
/*
|
|
|
|
|
* Author: Brendan Le Foll <brendan.le.foll@intel.com>
|
|
|
|
|
* Copyright (c) 2014 Intel Corporation.
|
|
|
|
|
*
|
2019-05-09 09:47:11 -07:00
|
|
|
* SPDX-License-Identifier: MIT
|
2014-06-16 18:45:59 +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-06-27 15:37:48 +01:00
|
|
|
|
2014-06-24 17:24:54 +01:00
|
|
|
#define MRAA_INTEL_GALILEO_GEN_2_PINCOUNT 25
|
2014-06-16 18:45:59 +01:00
|
|
|
|
2014-06-24 17:24:54 +01:00
|
|
|
mraa_board_t*
|
2014-07-14 15:21:28 +01:00
|
|
|
mraa_intel_galileo_gen2();
|
2014-07-10 22:08:05 +01:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|