aboutsummaryrefslogtreecommitdiff
path: root/software/util.h
blob: 654fa956d2035bb0dc42120f0a90017aceb1bce3 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#ifdef DEBUG

/** @brief [DEBUG] print binary number padding with 0 */
void print_binary_number(unsigned char data);
/** @brief [DEBUG] print led_state in 8x8 grid */
void print_led_state();

#endif