#pragma once #ifdef DEBUG void print_binary_number(unsigned char data); void print_led_state(); #endif