mirror of
https://github.com/sanni/cartreader.git
synced 2025-02-20 06:52:43 +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
|