[HC05] Use SerialModule wrapper

This commit is contained in:
jgromes 2021-09-05 12:01:08 +02:00
parent 0f1140e5ad
commit 06f3023f2a

View file

@ -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