mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-03-16 03:41:32 +00:00
Add pin mappings comment
This commit is contained in:
parent
0fee4bc40a
commit
baa259e2cb
20 changed files with 20 additions and 0 deletions
|
@ -103,6 +103,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = PA4,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
// Board appears to work better with clock error enabled (value 4000 empirically determined).
|
||||
#define LMIC_CLOCK_ERROR_PPM 4000
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = PA15,
|
||||
.rxtx = PA1,
|
||||
|
|
|
@ -88,6 +88,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 32,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 27,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 27,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
// Value (30000) was determined empirically.
|
||||
#define LMIC_CLOCK_ERROR_PPM 30000
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 8,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 5,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 15,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
// Value 30000 was determined empirically.
|
||||
#define LMIC_CLOCK_ERROR_PPM 30000
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 10,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 18,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
// Value is defined in parts per million (of MAX_CLOCK_ERROR).
|
||||
// #define LMIC_CLOCK_ERROR_PPM 0
|
||||
|
||||
// Pin mappings for LoRa tranceiver
|
||||
const lmic_pinmap lmic_pins = {
|
||||
.nss = 6,
|
||||
.rxtx = LMIC_UNUSED_PIN,
|
||||
|
|
Loading…
Add table
Reference in a new issue