Struct to record GP8xxx actuator information. More...
Struct to record GP8xxx actuator information.
Definition at line 105 of file gp8xxx_info.h.
#include <gp8xxx_info.h>
Data Fields | |
| uint8_t | type |
| Actuator type (VDAC or IDAC) | |
| uint8_t | channels |
| Number of channels. | |
| uint8_t | range |
| Output range. | |
| uint16_t | resolution |
| Output resolution. | |
| uint8_t gp8xxx_info_t::channels |
Number of channels.
Definition at line 107 of file gp8xxx_info.h.
| uint8_t gp8xxx_info_t::range |
Output range.
Definition at line 108 of file gp8xxx_info.h.
| uint16_t gp8xxx_info_t::resolution |
Output resolution.
Definition at line 109 of file gp8xxx_info.h.
| uint8_t gp8xxx_info_t::type |
Actuator type (VDAC or IDAC)
Definition at line 106 of file gp8xxx_info.h.