queens-satellite-team/CAN-SBX

Separate CC1120 sketch into separate main, header, and source file.

Closed this issue · 0 comments

The header file should contain all #defines and function declarations.
The source file should contain all function methods.
The main file should only contain the setup function and the loop function of an Arduino sketch, and any necessary #includes.

Write files, and ensure code can be compiled.
Merge into setUp branch.