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:
parent
01496016bd
commit
7d3d109a3a
5 changed files with 85 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "Pinout.h"
|
||||
|
||||
#include "RFID.h"
|
||||
#include "Com.h"
|
||||
#include "RFID.h"
|
||||
|
||||
__attribute__((noreturn)) int main() {
|
||||
pinMode(pin_DBG_LED_1, OUTPUT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue