summaryrefslogtreecommitdiff
path: root/libloragw/README.TXT
blob: 9d13a4aba034d3f0f16a514436af757a390799f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Lora Gateway HAL library - Content of subdirectories
====================================================

## 1. doc ##

Contains the user manual, licensing informations, udev rules, etc.

## 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.

## 3. obj ##

Contained the compiled intermediary objects.

## 4. src ##

Contain library C sources.

## 5. tst ##

Contain the C sources for test programs to validate SPI link, register access 
and hardware functionality.


*EOF*