Add pin mappings comment

This commit is contained in:
Leonel Lopes Parente 2021-04-17 20:20:53 +02:00
parent 0fee4bc40a
commit baa259e2cb
20 changed files with 20 additions and 0 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,