Added Intel Learning kit to platforms.
Signed-off-by: Arora, Jeet <jeet.arora@intel.com> Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
This commit is contained in:
committed by
Thomas Ingleby
parent
bb1c6df16b
commit
31c4a8d0db
24
include/x86/intel_ilk.h
Normal file
24
include/x86/intel_ilk.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Author: Jeet Arora <jeet.arora@intel.com>
|
||||
* Copyright (c) 2021 Intel Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "mraa_internal.h"
|
||||
|
||||
// +1 as pins are "1 indexed"
|
||||
#define MRAA_INTEL_ILK_PINCOUNT (40 + 1)
|
||||
|
||||
mraa_board_t*
|
||||
mraa_intel_ilk();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user