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