From 04036d3f88d5fa2077cbd9f3c59c1f2811b08ae3 Mon Sep 17 00:00:00 2001 From: Harsh Sharma <92harshsharma@gmail.com> Date: Wed, 13 Jun 2018 15:20:25 -0500 Subject: Compiler warning fixes --- libloragw/inc/loragw_reg.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libloragw/inc') diff --git a/libloragw/inc/loragw_reg.h b/libloragw/inc/loragw_reg.h index 2a944a7..8cfc053 100644 --- a/libloragw/inc/loragw_reg.h +++ b/libloragw/inc/loragw_reg.h @@ -392,6 +392,19 @@ this file is autogenerated from registers description /* -------------------------------------------------------------------------- */ /* --- PUBLIC FUNCTIONS PROTOTYPES ------------------------------------------ */ +/** +@brief Read LoRa FPGA Version +@return FPGA version +*/ +uint8_t read_fpga_version(); + +/** +@brief Check if the LoRa FPGA Version is supported by loRa Gateway +@param version number provided to check through the validated list +@return status true/false +*/ +bool check_fpga_version(uint8_t version) + /** @brief Connect LoRa concentrator by opening SPI link @param spi_only indicates if we only want to create the SPI connexion to the -- cgit v1.2.3