[XBee] Fixed incorrect module types

This commit is contained in:
jgromes 2019-06-02 15:20:15 +02:00
parent 0d1e196d18
commit 8cc9b175ad

View file

@ -20,11 +20,11 @@
// TX pin: 9
// RX pin: 8
// RESET pin: 3
XBee bee = new Module(9, 8);
XBeeSerial bee = new Module(9, 8);
// or using RadioShield
// https://github.com/jgromes/RadioShield
//XBee bee = RadioShield.ModuleA;
//XBeeSerial bee = RadioShield.ModuleA;
void setup() {
Serial.begin(9600);