UBCSailbot / com-module-firmware

UBC Sailbot's firmware for Communication Modules on project Polaris.
https://www.ubcsailbot.org/
MIT License
1 stars 1 forks source link

Base-Library Structure Init Based on System Diagram #9

Closed MoizLokh closed 4 days ago

MoizLokh commented 3 months ago

Purpose

Create the interface for each of the different components and features we have.

We created a system diagram few weeks back. Let's reflect that design structure on your project.

Changes

Make some header files based on the different components we discussed in the system diagram.

And anything else I missed. Doing this will define what each component should do. Will be very useful as it will dictate how you would interact with your system, and will make future development easier.

Resources