![]() |
BLDC control on ATAVRMC303 with ATxMega128A1
|
#include "lib_mcu/uart/uart_lib.h"#include <stdio.h>

Go to the source code of this file.
Functions | |
| U8 | ascii_to_bin (U8 c) |
| This function returns the binary value of an ascii digit. More... | |
| U8 | bin_to_ascii (U8 c) |
| This function returns the ascii value of a quartet. More... | |
| U8 ascii_to_bin | ( | U8 | c | ) |
This function returns the binary value of an ascii digit.
| none |
/
Definition at line 32 of file ascii.c.
Referenced by convert_param1(), and convert_param2().
| U8 bin_to_ascii | ( | U8 | c | ) |
This function returns the ascii value of a quartet.
| none |
/
Definition at line 47 of file ascii.c.
Referenced by print_hex16().