1
0
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:
whowechina 2024-03-15 22:12:00 +08:00
parent cb23198b6d
commit e5710ac846
2 changed files with 7 additions and 2 deletions

View File

@ -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);

View File

@ -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 {