133#define NUM_SWITCHBOX_NAMES 40
void switchbox_destroy(void)
Resets all pins of the switch box to be input.
uint8_t switchbox_get_pin(const int32_t pin_number)
Sets the mode of a specified pin.
void switchbox_set_pin(const int32_t pin_number, const uint8_t pin_type)
Set the type of a switch pin.
#define NUM_SWITCHBOX_NAMES
void switchbox_reset(void)
Resets all pins of the switch box to be input.
void switchbox_init(void)
Initializes the switch box.
char *const switchbox_names[NUM_SWITCHBOX_NAMES]
Taken from scpi_names.h, lookup table for channels in the mapping_info function.