generated from TDD-Templates/cmake_cpputest_template
[FEAT] Define LoRa pins #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jakegoodwin/multi-tracker#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
These have been defined in the latest push to main.