[HC05] Use SerialModule wrapper

pull/403/head
jgromes 2021-09-05 12:01:08 +02:00
rodzic 0f1140e5ad
commit 06f3023f2a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@
// HC05 has the following connections:
// TX pin: 9
// RX pin: 8
HC05 bluetooth = new Module(9, 8);
HC05 bluetooth = new SerialModule(9, 8);
// or using RadioShield
// https://github.com/jgromes/RadioShield