#ifndef SCAN_LED_H #define SCAN_LED_H #define COLS 36 void initio(); void turn_off(); void init_timer0(); void set_next_color(); #endif