SpaceTeam / STS1_COBC_SW

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

Use our SPI class in the periphery module #266

Closed PatrickKa closed 3 weeks ago

PatrickKa commented 2 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 2 months ago

Blocked by #265