![]() |
Siphon Regulator 1.0
Nanosattelite attitude determination and control system.
|
#include "main.h"Go to the source code of this file.
Functions | |
| void | sensor_init (float *gyr_offset) |
| It initiates communication with the sensor. | |
| void | sensor_get_value (float *gyr_offset) |
| It handles reading the value from the sensor. | |
| void | sensor_deg_limit (float *p_deg) |
| It normalizes the orientation value to the –180° to +180° range. | |
Variables | |
| sensor_data_t | measured_data |
| Current sensor measured data. | |
| settings_t | set_data |
| Main system settings. | |