kopia lustrzana https://github.com/jgromes/RadioLib
[HC05] Use SerialModule wrapper
rodzic
0f1140e5ad
commit
06f3023f2a
|
@ -15,7 +15,7 @@
|
||||||
// HC05 has the following connections:
|
// HC05 has the following connections:
|
||||||
// TX pin: 9
|
// TX pin: 9
|
||||||
// RX pin: 8
|
// RX pin: 8
|
||||||
HC05 bluetooth = new Module(9, 8);
|
HC05 bluetooth = new SerialModule(9, 8);
|
||||||
|
|
||||||
// or using RadioShield
|
// or using RadioShield
|
||||||
// https://github.com/jgromes/RadioShield
|
// https://github.com/jgromes/RadioShield
|
||||||
|
|
Ładowanie…
Reference in New Issue