![]() |
Siphon Regulator 1.0
Nanosattelite attitude determination and control system.
|
#include "main.h"Go to the source code of this file.
Functions | |
| void | autoread_fcn (uint32_t reg) |
| It handles the periodic transmission of the sensor data message. | |
| void | valve_fcn (uint32_t *p_reg, float *p_set_pos) |
| It handles the execution of motion commands. | |
| void | regul_fcn (uint32_t *p_reg, float set_pos) |
| It handles the regulation of the orientation. | |
Variables | |
| sensor_data_t | measured_data |
| Current sensor measured data. | |
| settings_t | set_data |
| Main system settings. | |