I am planning to port this code for TIVA-C129 using Energia (on a Mac). 1st trying if it even compiles. I have below include
#include "XBee.h" #include <SoftwareSerial.h>
Getting error
"#include <SoftwareSerial.h>
^
compilation terminated."
I even tried doing #include "SoftwareSerial.h" but same error. What am I missing?