7 lines
118 B
C
7 lines
118 B
C
#ifndef _SI5338_H
|
|
#define _SI5338_H
|
|
|
|
void i2cSetup(void);
|
|
void setFreq(unsigned long frequency);
|
|
|
|
#endif // _SI5338_H
|