USST-RADSAT-SK / software-and-command

Code and Documentation for USST’s RADSAT-SK in their first Canadian CubeSat Project
8 stars 0 forks source link

added error checks to the functions, minor styling changes #198

Closed ATGr8 closed 2 years ago

ATGr8 commented 2 years ago

error checks on the RI2C file

TheDopplerEffects commented 2 years ago

Sorry took a closer look and this is not the correct implementation of error checks. The functions you added the error check to should not be accessing the initialized variable. The error check should be implementing the error manager. I will be closing this PR and removing the issue to combine them.