mirror of
https://github.com/whowechina/aic_pico.git
synced 2024-11-27 23:10:48 +01:00
Fix header integrity
This commit is contained in:
parent
cb23198b6d
commit
e5710ac846
@ -1,11 +1,14 @@
|
||||
/*
|
||||
* AIME Reader
|
||||
* AIME Protocol
|
||||
* WHowe <github.com/whowechina>
|
||||
*/
|
||||
|
||||
#ifndef AIME_H
|
||||
#define AIME_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/* return true if accepts a byte, false if rejects */
|
||||
typedef void (*aime_putc_func)(uint8_t byte);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* NFC Reader Interface
|
||||
* NFC Operations
|
||||
* WHowe <github.com/whowechina>
|
||||
*
|
||||
*/
|
||||
@ -7,6 +7,8 @@
|
||||
#ifndef NFC_H
|
||||
#define NFC_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "hardware/i2c.h"
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user