From e75f752f3dad44af85730720981ca194a4c8f18e Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Thu, 27 Feb 2020 09:41:15 -0800 Subject: [PATCH] api doc for set_bandwidth --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a92cf9b..f65f25f 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ Initialized LoRa instance. This configures GPIOs, SPI, LoRa radio and receive ha Returns 1 on success. +### `void lora32_set_bandwidth(lora32_cfg_t *lora, enum bandwidth bw)` +Set operating bandwidth. Accepts enum bandwidth +`B78`, `B104`, `B156`, `B208`, `B3125`, `B417`, `B625`, `B125`, `B250`, `B500` or `0`-`9` + ### `void lora32_set_coding_rate(lora32_cfg_t *lora, uint8_t d)` Set `Coding Rate`.