shark_xl.c 227 B

123456789101112131415
  1. #include "shark_xl.h"
  2. #include "common.h"
  3. void shark_xl_init(void)
  4. {
  5. gpio_init(GPIO_PORT_XL, GPIO_MODE_IN_FLOATING, GPIO_OSPEED_50MHZ, GPIO_PIN_XL);
  6. }
  7. void shark_xl_tick(void)
  8. {
  9. }
  10. void shark_xl_isr(void)
  11. {
  12. }