diff options
Diffstat (limited to 'libloragw/inc')
-rw-r--r-- | libloragw/inc/loragw_aux.h | 5 | ||||
-rw-r--r-- | libloragw/inc/loragw_hal.h | 3 | ||||
-rw-r--r-- | libloragw/inc/loragw_reg.h | 3 | ||||
-rw-r--r-- | libloragw/inc/loragw_spi.h | 3 |
4 files changed, 13 insertions, 1 deletions
diff --git a/libloragw/inc/loragw_aux.h b/libloragw/inc/loragw_aux.h index 09f543f..daaf3e3 100644 --- a/libloragw/inc/loragw_aux.h +++ b/libloragw/inc/loragw_aux.h @@ -7,7 +7,10 @@ ©2013 Semtech-Cycleo Description: - Lora gateway Hardware Abstraction Layer + Lora gateway auxiliary functions + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Sylvain Miermont */ diff --git a/libloragw/inc/loragw_hal.h b/libloragw/inc/loragw_hal.h index 0739f37..41d1d98 100644 --- a/libloragw/inc/loragw_hal.h +++ b/libloragw/inc/loragw_hal.h @@ -8,6 +8,9 @@ Description: Lora gateway Hardware Abstraction Layer + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Sylvain Miermont */ diff --git a/libloragw/inc/loragw_reg.h b/libloragw/inc/loragw_reg.h index 870780f..3b74bc3 100644 --- a/libloragw/inc/loragw_reg.h +++ b/libloragw/inc/loragw_reg.h @@ -11,6 +11,9 @@ Description: Registers are addressed by name. Multi-bytes registers are handled automatically. Read-modify-write is handled automatically. + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Sylvain Miermont */ diff --git a/libloragw/inc/loragw_spi.h b/libloragw/inc/loragw_spi.h index 68d8bcf..c03df41 100644 --- a/libloragw/inc/loragw_spi.h +++ b/libloragw/inc/loragw_spi.h @@ -12,6 +12,9 @@ Description: Single-byte read/write and burst read/write. Does not handle pagination. Could be used with multiple SPI ports in parallel (explicit file descriptor) + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Sylvain Miermont */ |