amiro-lld / drivers / PN532 / v1 / alld_PN532.c @ 86e60b45
History | View | Annotate | Download (2.338 KB)
| 1 |
/*
|
|---|---|
| 2 |
AMiRo-LLD is a compilation of low-level hardware drivers for the Autonomous Mini Robot (AMiRo) platform.
|
| 3 |
Copyright (C) 2016..2019 Thomas Schöpping et al.
|
| 4 |
|
| 5 |
This program is free software: you can redistribute it and/or modify
|
| 6 |
it under the terms of the GNU Lesser General Public License as published by
|
| 7 |
the Free Software Foundation, either version 3 of the License, or
|
| 8 |
(at your option) any later version.
|
| 9 |
|
| 10 |
This program is distributed in the hope that it will be useful,
|
| 11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 13 |
GNU Lesser General Public License for more details.
|
| 14 |
|
| 15 |
You should have received a copy of the GNU Lesser General Public License
|
| 16 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
| 17 |
*/
|
| 18 |
|
| 19 |
/**
|
| 20 |
* @file alld_PN532.c
|
| 21 |
*
|
| 22 |
* @brief ??
|
| 23 |
*
|
| 24 |
* @addtogroup ??
|
| 25 |
* @{
|
| 26 |
*/
|
| 27 |
|
| 28 |
#include <alld_PN532.h> |
| 29 |
|
| 30 |
/******************************************************************************/
|
| 31 |
/* LOCAL DEFINITIONS */
|
| 32 |
/******************************************************************************/
|
| 33 |
|
| 34 |
/******************************************************************************/
|
| 35 |
/* EXPORTED VARIABLES */
|
| 36 |
/******************************************************************************/
|
| 37 |
|
| 38 |
/******************************************************************************/
|
| 39 |
/* LOCAL TYPES */
|
| 40 |
/******************************************************************************/
|
| 41 |
|
| 42 |
/******************************************************************************/
|
| 43 |
/* LOCAL VARIABLES */
|
| 44 |
/******************************************************************************/
|
| 45 |
|
| 46 |
/******************************************************************************/
|
| 47 |
/* LOCAL FUNCTIONS */
|
| 48 |
/******************************************************************************/
|
| 49 |
|
| 50 |
/******************************************************************************/
|
| 51 |
/* EXPORTED FUNCTIONS */
|
| 52 |
/******************************************************************************/
|
| 53 |
//TODO functions
|
| 54 |
|
| 55 |
/** @} */
|
| 56 |
|
| 57 |
|