Open srikarg89 opened 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
Complete the Antenna Deployer Driver
Complete the Antenna Deployer ReadTask
Complete the Antenna Deployer ControlTask
Complete the Antenna Deployer ActuateTask