We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57b755 commit 65ee50aCopy full SHA for 65ee50a
Send_UID_over_433Mhz.ino
@@ -46,6 +46,7 @@ void loop(void) {
46
47
if (success){
48
Serial.print("Tag found: ");
49
+ keyDuino.buzz(100);
50
readID = keyDuino.convertUintToString(uid, uidLength);
51
readID.toCharArray(UidArray, sizeof(UidArray) + 1 ); //UID als char Array
52
0 commit comments