[HC05] Use SerialModule wrapper
This commit is contained in:
parent
0f1140e5ad
commit
06f3023f2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue