mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-08 21:09:31 +00:00
5 lines
67 B
C
5 lines
67 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
uint8_t muse_clock_pulse(void);
|