This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2018-04-04 16:49:39 -04:00

10 lines
120 B
C

#ifndef MUSE_H
#define MUSE_H
#include "quantum.h"
#include "process_audio.h"
uint8_t muse_clock_pulse(void);
#endif