simulate sketch

This commit is contained in:
merlokk 2022-07-02 22:45:32 +03:00
commit 1e91895b90
5 changed files with 107 additions and 1 deletions

View file

@ -22,5 +22,6 @@
#include "common.h"
int HfReadADC(uint32_t samplesCount, bool ledcontrol);
int HfWriteTkm(uint8_t *uid, uint8_t modulation, uint32_t timeout);
#endif