Files
mains-frequency-counter-rpi/src/LS7366R.h
Wolfgang Hottgenroth 27dec07ef6 refactored
2019-10-04 11:52:25 +01:00

12 lines
151 B
C

#ifndef _LS7366R_H_
#define _LS7366R_H_
#include <stdint.h>
void ls7366rInit(uint8_t spiChanIn);
uint32_t ls7366rReadOTR();
#endif // _LS7366R_H_