For Hepta-Sat Lite
Diff: HEPTA_COM.cpp
- Revision:
- 3:6295556918b9
- Parent:
- 0:cea23634807d
diff -r 1838cbd7d223 -r 6295556918b9 HEPTA_COM.cpp --- a/HEPTA_COM.cpp Wed Aug 21 11:19:47 2019 +0000 +++ b/HEPTA_COM.cpp Tue Aug 17 10:50:23 2021 +0000 @@ -1,3 +1,3 @@ #include "HEPTA_COM.h" -HEPTA_COM::HEPTA_COM(PinName tx,PinName rx) : HeptaXbee(tx,rx){ +HEPTA_COM::HEPTA_COM(PinName tx,PinName rx,int brate) : HeptaXbee(tx,rx,brate){ } \ No newline at end of file