[JDY08] Use SerialModule wrapper
This commit is contained in:
parent
06f3023f2a
commit
ef95c3ece5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
// JDY08 has the following connections:
|
||||
// TX pin: 9
|
||||
// RX pin: 8
|
||||
JDY08 ble = new Module(9, 8);
|
||||
JDY08 ble = new SerialModule(9, 8);
|
||||
|
||||
// or using RadioShield
|
||||
// https://github.com/jgromes/RadioShield
|
||||
|
|
Loading…
Add table
Reference in a new issue