diff --git a/librfm69.a b/librfm69.a index 1b336c0..fb553cf 100644 --- a/librfm69.a +++ b/librfm69.a Binary files differ diff --git a/librfm69.h b/librfm69.h index efd1713..f43fa1a 100644 --- a/librfm69.h +++ b/librfm69.h @@ -90,8 +90,6 @@ /** * F_CPU dependent delay of 5 milliseconds. * _delay_ms(5); - * - * @param ms */ void _rfmDelay5(void); @@ -163,7 +161,7 @@ void rfmSetNodeAddress(uint8_t address); /** - * Sets the output power to -2 to +13 dBm. + * Sets the output power to +2 to +17 dBm. * Values outside that range are ignored. * * @param dBm ouput power @@ -186,10 +184,10 @@ void rfmStartReceive(bool timeout); /** - * Returns true if a "PayloadReady" interrupt arrived and clears the - * interrupt state. + * Returns true and puts the radio in standby mode if a "PayloadReady" + * interrupt arrived. * - * @return true if "PayloadReady" + * @return flags */ PayloadFlags rfmPayloadReady(void); @@ -216,7 +214,7 @@ size_t rfmReceivePayload(uint8_t *payload, size_t size, bool timeout); /** - * Transmits up to 64 bytes of the given payload with the given node address. + * Transmits up to 63 bytes of the given payload with the given node address. * * @param payload to be sent * @param size of payload diff --git a/librfm95.a b/librfm95.a index 9a926e2..780a723 100644 --- a/librfm95.a +++ b/librfm95.a Binary files differ diff --git a/librfm95.h b/librfm95.h index 353fb40..2872612 100644 --- a/librfm95.h +++ b/librfm95.h @@ -134,8 +134,6 @@ /** * F_CPU dependent delay of 5 milliseconds. * _delay_ms(5); - * - * @param ms */ void _rfmDelay5(void); @@ -180,7 +178,7 @@ /** * Reads interrupt flags. Should be called when any interrupt occurs - * on DIO0 or DIO4. + * on DIO0 or DIO4 (FSK)/DIO1 (LoRa). */ void rfmIrq(void); @@ -209,7 +207,7 @@ void rfmSetNodeAddress(uint8_t address); /** - * Sets the output power to -2 to +13 dBm. + * Sets the output power to +2 to +17 dBm. * Values outside that range are ignored. * * @param dBm ouput power