Open GoogleCodeExporter opened 9 years ago
Hello
I'm facing the same today in 2022
Using softwareSerial and XBee-arduino on an ATtiny85, can't compile, receive
/home/Sketchbook/libraries/XBee-Arduino_library/XBee.cpp: In constructor 'XBee::XBee()': /home/Sketchbook/libraries/XBee-Arduino_library/XBee.cpp:806:20: error: 'Serial' was not declared in this scope _serial = &Serial; ^~~~~~ /home/Sketchbook/libraries/XBee-Arduino_library/XBee.cpp:806:20: note: suggested alternative: '_serial' _serial = &Serial; ^~~~~~ _serial exit status 1 Error compiling for board ATtiny25/45/85.
Is there any way to use Xbee-arduino in an ATtiny85 ?
Thanks
Original issue reported on code.google.com by
r...@thukral.net
on 8 Nov 2014 at 5:51