Changed initial IO Expander output state

This commit is contained in:
ZodiusInfuser 2023-09-30 00:57:49 +01:00
parent 17955c8e27
commit 78e76c4703

View File

@ -42,7 +42,7 @@ void board_deinit(void) {
void reset_board(void) {
// Set the first IO expander's initial state
common_hal_tca_set_output_port(0, 0x0000);
common_hal_tca_set_output_port(0, 0x8800); // Disable the two ADC Muxes
common_hal_tca_set_polarity_port(0, 0x0000);
common_hal_tca_set_config_port(0, 0x07BF);