[XBee] Fixed incorrect module types

pull/38/head
jgromes 2019-06-02 15:20:15 +02:00
rodzic 0d1e196d18
commit 8cc9b175ad
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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