[XBee] Fixed incorrect module types
This commit is contained in:
parent
0d1e196d18
commit
8cc9b175ad
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@
|
||||||
// TX pin: 9
|
// TX pin: 9
|
||||||
// RX pin: 8
|
// RX pin: 8
|
||||||
// RESET pin: 3
|
// RESET pin: 3
|
||||||
XBee bee = new Module(9, 8);
|
XBeeSerial bee = new Module(9, 8);
|
||||||
|
|
||||||
// or using RadioShield
|
// or using RadioShield
|
||||||
// https://github.com/jgromes/RadioShield
|
// https://github.com/jgromes/RadioShield
|
||||||
//XBee bee = RadioShield.ModuleA;
|
//XBeeSerial bee = RadioShield.ModuleA;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
|
|
Loading…
Add table
Reference in a new issue