You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Given a boatModule object, need a simple data structure to hold them
Description
Since each boatModule has a CAN ID, we can use these values as indexes to an array. Use an array of boatModule pointers to store the boatModules. Make this array accessible to the entire app as both readers (the frontend) need to read boat data and writers (the middleware + backend) need to update the values
Resources
The text was updated successfully, but these errors were encountered:
Purpose
Given a boatModule object, need a simple data structure to hold them
Description
Since each boatModule has a CAN ID, we can use these values as indexes to an array. Use an array of boatModule pointers to store the boatModules. Make this array accessible to the entire app as both readers (the frontend) need to read boat data and writers (the middleware + backend) need to update the values
Resources
The text was updated successfully, but these errors were encountered: