[FEAT] Define LoRa pins #2

Closed
opened 2024-09-25 17:49:37 +00:00 by jakegoodwin · 1 comment
Owner

The connected pins for the radio module should be defined using either constants or defines for the interface pins.

CS(chip select) --> D8/8/PB4
IRQ(Interrupt) --> D7/1/PE6
RST(Reset) --> D4/25/PD4

SCK(signal clock) --> SCK/15/PB1
MOSI(master out slave in) --> MOSI/16/PB2
MISO(master in slave out) --> MISO/14/PB3

The connected pins for the radio module should be defined using either constants or defines for the interface pins. CS(chip select) --> D8/8/PB4 IRQ(Interrupt) --> D7/1/PE6 RST(Reset) --> D4/25/PD4 SCK(signal clock) --> SCK/15/PB1 MOSI(master out slave in) --> MOSI/16/PB2 MISO(master in slave out) --> MISO/14/PB3
jakegoodwin added the
enhancement
label 2024-09-25 17:49:37 +00:00
jakegoodwin self-assigned this 2024-09-25 17:49:37 +00:00
Author
Owner

These have been defined in the latest push to main.

These have been defined in the latest push to main.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jakegoodwin/multi-tracker#2
No description provided.