[JDY08] Use SerialModule wrapper

This commit is contained in:
jgromes 2021-09-05 12:01:15 +02:00
parent 06f3023f2a
commit ef95c3ece5

View file

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