Skip to content

Commit

Permalink
Initial Commit. Able to set configuration settings for the RN2483 dev…
Browse files Browse the repository at this point in the history
…ice. Implemented with the rn2483_radio_set_cmd function which uses an enum to represent each cmd and sends a radio set <message> to set the desired values of the corresponding cmd. void *data is the generic pointer which will be set to different data types, so appropriate pointer casting was used. All inputs to the radio_set_cmd function are presumed to have already been checked, which is why there are no checks in the function itself. A dummy file_read call is a temporary fix to get rid of an annoying bug where the 'sys get ver' value would be the first values in the read buffer after startup. Logging is used mostly for debugging at this point through syslog.
  • Loading branch information
JustinDMorrison committed Nov 5, 2024
1 parent 924b41c commit 5234ae1
Showing 1 changed file with 397 additions and 79 deletions.
Loading

0 comments on commit 5234ae1

Please sign in to comment.