Question:
is it possible to use the Serial class within a library class i'm designing? It would really simplify things for development.
Thanks!
~Zach
Question:
is it possible to use the Serial class within a library class i'm designing? It would really simplify things for development.
Thanks!
~Zach
yay! i figured it out. simply do this in your .h file:
#include "HardwareSerial.h"
(well, that lets it compile. i'm assuming that it will also run correctly as well. havent tested yet.)