uorocketry / hydra

Hyper Dynamic Rocketry Avionics
GNU General Public License v3.0
5 stars 1 forks source link

Health manager update #88

Closed TomChiavegato closed 6 months ago

NoahSprenger commented 9 months ago

Hey, you still just need to remove the .vs folder.

NoahSprenger commented 9 months ago

I've pushed a new commit. Please checkout my changes :smile: Further, can you look into wrapping the ADC in options so that they can live as shared objects within RTIC. We want to share the ADCs so that they can be used for other tasks that are not just health related. You could create an ADC manager which is passed to the Health manager when we need to read from the adc pins. Or you can do options. Actually you should do options even if doing the ADC manager. If that didn't make sense then please reach out and I'll gladly explain further what I mean.