|
satnogs-rotator-firmware
|
#include <Arduino.h>

Go to the source code of this file.
Classes | |
| struct | _control |
| struct | _rotator |
Enumerations | |
| enum | _rotator_status { idle = 1 , moving = 2 , pointing = 4 , r_error = 8 } |
| enum | _rotator_error { no_error = 1 , sensor_error = 2 , homing_error = 4 , motor_error = 8 , over_temperature = 12 , wdt_error = 16 } |
| enum | _control_mode { position = 0 , speed = 1 } |
Variables | |
| _control | control_az |
| _control | control_el |
| _rotator | rotator |
| enum _control_mode |
| enum _rotator_error |
| enum _rotator_status |
| _control control_az |
Definition at line 51 of file globals.h.
Referenced by easycomm::easycomm_proc(), homing(), and loop().
| _control control_el |
Definition at line 54 of file globals.h.
Referenced by easycomm::easycomm_proc(), homing(), and loop().
| _rotator rotator |
Definition at line 57 of file globals.h.
Referenced by easycomm::easycomm_proc(), and loop().