UMSATS / cdh-tsat

Contains software for the Command and Data Handling (CDH) board.
https://www.umsats.ca/
10 stars 4 forks source link

S2LP Send Command #15

Closed GrahamDrive closed 6 months ago

GrahamDrive commented 6 months ago

I have added the function of sending commands to the S2LP transceiver.

This contains one function and some naming convention fixes:

S2LP_Send_Command: This function will send a command to the S2LP transceiver as described in the datasheet. Note this function does not check compliance with the current state requirement of the given command, this should be done in the calling function.

Naming Conventions: Some names had SPL2 instead of the chips actual name S2LP.

Graham D graham.driver@umsats.ca