A libery to connect to telegesis zigbee module. Bassed on implemtation of XBEE
Fork of xbee_lib by
Diff: telegesis.h
- Revision:
- 23:8a7329b46e95
- Parent:
- 21:9c5b72a64495
- Child:
- 24:5ed5311266b0
diff -r e8a8edf8b45c -r 8a7329b46e95 telegesis.h --- a/telegesis.h Sun Oct 20 20:22:19 2013 +0000 +++ b/telegesis.h Thu Nov 07 20:05:17 2013 +0000 @@ -34,6 +34,7 @@ PinName _tx; PinName _rx; PinName _reset; + public: zigbee(PinName tx, PinName rx);