inital nfc code
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
#pragma once
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "serial.h"
|
||||
#include "writepin.h"
|
||||
|
||||
void printTrainState(int id, Serial* serial)
|
||||
{
|
||||
|
Reference in New Issue
Block a user