Add NFC::StartCommunication

This commit is contained in:
wheremyfoodat 2023-08-21 15:11:32 +03:00
parent dd6508eb26
commit 5abfe5255f
2 changed files with 11 additions and 0 deletions

View file

@ -42,6 +42,7 @@ class NFCService {
void getTagInRangeEvent(u32 messagePointer);
void getTagOutOfRangeEvent(u32 messagePointer);
void getTagState(u32 messagePointer);
void startCommunication(u32 messagePointer);
void stopCommunication(u32 messagePointer);
public: