mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +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
|