1
0
Fork 0

IDs: Introduce ID handling functions and data

IDs will be needed by multiple subsystems, so introduce the needed
variables and handling functions.
This commit is contained in:
Teo-CD 2023-10-21 16:00:08 +01:00
parent da837ffbb4
commit 6c5a670366
5 changed files with 85 additions and 2 deletions

View file

@ -15,6 +15,7 @@
#include <MFRC522DriverPinSimple.h>
#include <MFRC522DriverSPI.h>
#include "IDs.h"
#include "Pinout.h"
/***