Witty-Wizard / SerialIO

An Arduino library for decoding multiple RC protocols.
https://witty-wizard.github.io/SerialIO/
GNU General Public License v3.0
3 stars 1 forks source link

[REFRACTOR] 🔀: Make sub directories for Each protocol. #20

Closed Witty-Wizard closed 3 months ago

Witty-Wizard commented 3 months ago

Refractor 🔀

Currently, all the files are in the same src directory, it worked when there were only 2 protocols but with new protocols coming, it is preferred to make subdirectories for each protocol.

Directory Structure

For each protocol create a subdirectory, and put the files there; protocolname/protocolname.h. For example : for SBus make a directory sbus/sbus.h