mux.h 123 B

12345678910111213
  1. #ifndef __MUX_H
  2. #define __MUX_H
  3. //
  4. void mux_gpio_init(void);
  5. //
  6. void mux_test(void);
  7. #endif // __MUX_H