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:
- 12:7b29ddc34cc1
- Parent:
- 11:9013b28438cb
- Child:
- 13:273adaa03a61
diff -r 9013b28438cb -r 7b29ddc34cc1 xbee900hp.h --- a/xbee900hp.h Wed Apr 27 04:43:40 2016 +0000 +++ b/xbee900hp.h Wed Apr 27 05:38:38 2016 +0000 @@ -52,19 +52,15 @@ /** * 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) * - * - * Returns 0 upon successful completion, else returns 1. + * @returns + * 0 upon success + * 1 upon failure */ int setPower(int value);