135#define NUM_SWITCHBOX_NAMES 40
void switchbox_destroy(void)
Resets all pins of the switch box to be input.
io_configuration_t switchbox_get_pin(const io_t pin_number)
Sets the mode of a specified 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.
void switchbox_set_pin(const io_t pin_number, const io_configuration_t pin_type)
Set the type of a switch pin.
enum io_configuration io_configuration_t