mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-07 17:15:02 -04:00
Reworked CSMA algorithm
This commit is contained in:
parent
08651f92f7
commit
5ec063c939
3 changed files with 144 additions and 57 deletions
9
Boards.h
9
Boards.h
|
@ -19,6 +19,15 @@
|
|||
#define PIN_DCD 5
|
||||
#define PIN_TXSIG 4
|
||||
|
||||
// #define PIN_DIFS 7
|
||||
// #define PIN_CW 6
|
||||
// #define PIN_FLUSH 5
|
||||
|
||||
#define PIN_DIFS 3
|
||||
#define PIN_CW 3
|
||||
#define PIN_FLUSH 3
|
||||
///////////////////////////
|
||||
|
||||
#include "Modem.h"
|
||||
|
||||
#ifndef BOARDS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue