Update Basic_usage.ino

Fixed typo in comment
pull/7/merge
Mark Qvist 2018-05-03 09:29:50 +02:00 zatwierdzone przez GitHub
rodzic 541f3718a1
commit a36acdd460
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -19,8 +19,8 @@
// get called by the library every time a packet is
// received, so you can process incoming packets.
//
// If you are only interested in receiving, you should
// just leave this function empty.
// If you are only interested in transmitting, you
// should just leave this function empty.
//
// IMPORTANT! This function is called from within an
// interrupt. That means that you should only do things
@ -174,4 +174,4 @@ void loop() {
delay(500);
processPacket();
}
}