mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
15 lines
237 B
C
15 lines
237 B
C
#ifndef _SNES_CLK_H
|
|
#define _SNES_CLK_H
|
|
|
|
#include <si5351.h>
|
|
#include "SdFat.h"
|
|
#include "atoi32.h"
|
|
#include "options.h"
|
|
|
|
extern Si5351 clockgen;
|
|
extern bool i2c_found;
|
|
|
|
int32_t readClockOffset();
|
|
int32_t initializeClockOffset();
|
|
#endif
|