This is an experimental driver for the XBee 900 HP pro module's SPI connection. This driver is unfinished and stability is not guaranteed. Use with caution.
Dependents: Sentinel_BASE Sentinel_NODE
Diff: xbee900hp.h
- Revision:
- 11:9013b28438cb
- Parent:
- 10:f559e7af4fe6
- Child:
- 12:7b29ddc34cc1
--- a/xbee900hp.h Wed Apr 27 04:42:49 2016 +0000 +++ b/xbee900hp.h Wed Apr 27 04:43:40 2016 +0000 @@ -52,11 +52,17 @@ /** * Set the transmission power level. - * 0 = +7 dBm, (5 mW) - * 1 = +15 dBm, (32 mW) - * 2 = +18 dBm, (63 mW) - * 3 = +21 dBm, (125 mW) - * 4 = +24 dBm, (250 mW) + * + * 0 = +7 dBm, (5 mW) + * + * 1 = +15 dBm, (32 mW) + * + * 2 = +18 dBm, (63 mW) + * + * 3 = +21 dBm, (125 mW) + * + * 4 = +24 dBm, (250 mW) + * * * Returns 0 upon successful completion, else returns 1. */