7 lines
90 B
C
7 lines
90 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
void set_mux_addr(uint8_t addr);
|
|
void update_inputs();
|
|
|