Private
Public Access
2
0

adding Adlink IPi SMARC x86/ARM support

Signed-off-by: gowtham.r <gowtham.r@adlinktech.com>
This commit is contained in:
gowtham.r
2019-11-28 15:00:14 +05:30
committed by Thomas Ingleby
parent 3b2f80b6e2
commit 4ba5da1144
11 changed files with 2025 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
/*
* Author: Author: Gowtham R <gowtham.r@adlinktech.com>
* Based on work from: Dan O'Donovan <dan@emutex.com>
* Nicola Lunghi <nicola.lunghi@emutex.com>
* Copyright (c) 2017 Emutex Ltd.
* Copyright (c) 2014 Intel Corporation.
* Copyright (c) 2019 ADLINK Technology Inc.
* SPDX-License-Identifier: MIT
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "mraa_internal.h"
// +1 as pins are "1 indexed"
#define MRAA_LEC_AL_PINCOUNT (40 + 1)
mraa_board_t*
mraa_lec_al_board();
#ifdef __cplusplus
}
#endif