ETHERNET SMART BRIDGE
Alberto Carboni, Alessio CiarciĆ , Jacopo Grecuccio, Lorenzo Zaia
FPGA.h
1 /*
2  * FPGA.h
3  *
4  */
5 
6 #ifndef APPLICATION_SRC_FPGA_H_
7 #define APPLICATION_SRC_FPGA_H_
8 
9 int32_t B5_FPGA_Programming (void);
10 void B5_FPGA_SetMux (uint8_t mux);
11 void B5_FPGA_FpgaCpuGPIO (uint8_t gpioNum, GPIO_PinState set);
12 
13 
14 #endif /* APPLICATION_SRC_FPGA_H_ */