muse.h 120 B

123456789
  1. #ifndef MUSE_H
  2. #define MUSE_H
  3. #include "quantum.h"
  4. #include "process_audio.h"
  5. uint8_t muse_clock_pulse(void);
  6. #endif