TJREVERB / pfs

Flight software for TJREVERB's nanosat.
7 stars 5 forks source link

Antenna Deployer Driver, ReadTask, ControlTask, ActuateTask #87

Open srikarg89 opened 4 years ago

srikarg89 commented 4 years ago

Complete the Antenna Deployer Driver

Complete the Antenna Deployer ReadTask

Complete the Antenna Deployer ControlTask

Complete the Antenna Deployer ActuateTask

abagali1 commented 4 years ago

There is an already written C library for our Antenna Deployer model at https://github.com/TJREVERB/kubos/blob/master/apis/isis-ants-api/source/ants.c

The driver should reconstruct the methods in the C library in Python. The Antenna Deployer communicates via I2C, so it may be helpful to refer to the EPS Driver code when writing the driver for Antenna Deployer.

All functionality should be implemented now and a decisions can be made later on which methods will actually be used.

/cc @srikarg89 @max2442