NFC: move worker to separate file, use LED for IO indication, field on/off menu (#231)

This commit is contained in:
あく
2020-11-12 12:44:35 +03:00
committed by GitHub
parent 9d8c36810e
commit 608d458b9a
5 changed files with 197 additions and 156 deletions

View File

@@ -0,0 +1,3 @@
#pragma once
void nfc_worker_task(void* context);