aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA.h
blob: 661ff46ca433b79d84b3dd6a439390dc420492d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FPGA_H
#define FPGA_H

int FPGA_Test();
int FPGA_Test_ReadBack(unsigned char FPGA_NUM, unsigned short Value, unsigned short *ReadBackValue);
int  FPGA_ReadVersion(unsigned char FPGA_NUM, unsigned char *Version, unsigned char *Year, unsigned char *Month, unsigned char *Day);
void FPGA_Init();
void FPGA_Read_limit_Switches(void);


#endif //FPGA_H