SpaceTeam / STS1_COBC_SW

Software for the communication and onboard computer (COBC) of SpaceTeamSat1 (STS1)
MIT License
10 stars 2 forks source link

Use our SPI class in the periphery module #266

Closed PatrickKa closed 6 months ago

PatrickKa commented 8 months ago

Description

This should be very straight forward. The only important change is that there must only be a single instance of the new class per SPI interface that we use (= three) and they need to be global. Otherwise, the supervisor thread cannot do its job.

Don't forget to run (and maybe adapt) all related HW tests.

PatrickKa commented 8 months ago

Blocked by #265