ETHERNET SMART BRIDGE
Alberto Carboni, Alessio CiarciĆ , Jacopo Grecuccio, Lorenzo Zaia
blinker.h
1 /* Small API for controlling FPGA leds (test project) */
2 #define BLINKER_CORE_ID (2)
3 
4 // Turn selected LEDs on
5 void LEDS_on(uint8_t LED_idx);
6 
7 // Turn selected LEDs off