Lora Gateway HAL library ========================= 1. Content of subdirectories ----------------------------- ### 1.1. doc ### Contains the user manual, licensing informations, udev rules, etc. ### 1.2. inc ### Contain C header files for the different sub-modules of the library. You *MUST* include loragw_hal.h in your application. You *MAY* include loragw_reg.h in your application if you need direct registers access. ### 1.3. obj ### Contained the compiled intermediary objects. ### 1.4. src ### Contain library C sources. ### 1.5. tst ### Contain the C sources for test programs to validate SPI link, register access and hardware functionality. *EOF*