mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-27 13:31:51 +01:00
9 lines
96 B
C
9 lines
96 B
C
|
#ifndef _SNES_CLK_H
|
||
|
#define _SNES_CLK_H
|
||
|
|
||
|
#include <SdFat.h>
|
||
|
|
||
|
int32_t readClockOffset();
|
||
|
|
||
|
#endif
|