add support for mfrc proxyies

This commit is contained in:
2022-03-21 21:21:50 +01:00
parent 36cc688479
commit 58fe96f8b7
14 changed files with 518 additions and 152 deletions

View File

@ -3,6 +3,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <avr/interrupt.h>
#include "serial.h"
#include "writepin.h"
#include "train.h"
@ -144,8 +145,13 @@ inline static void printHelp(Serial* serial)
turnout [nn] delete : Delete Turnout\n\
signal add [address] [subaddress] [type] : Add a signal\n\
signal list : List signal\n\
signal [nn] set [status] : Set signal direction\n\
signal [nn] delete : Delete signal\n\
signal [nn] set [status] : Set signal status\n\
nfc probe : Detect newly added nfc reader\n\
nfc list : List nfc readers\n\
nfc debug : Enable nfc debug output\n\
nfc quiet : Disable nfc debug output\n\
nfc enable : Enable tag detection\n\
nfc disable : Disable tag detection\n\
stop : stop all trains\n\
power off : power off the rail\n\
power on : power on the rail\n\