updated math functions
This commit is contained in:
@@ -39,6 +39,12 @@ void uart_printstr_endl(const char* str) {
|
||||
uart_printstr("\r\n");
|
||||
}
|
||||
|
||||
void uart_printstr_itoa_base_endl(uint64_t value) {
|
||||
;
|
||||
uart_printstr(str);
|
||||
uart_printstr("\r\n");
|
||||
}
|
||||
|
||||
// ISR(USART_RX_vect) { // Table 12-6 : we select the code for USART Receive
|
||||
// char received_char = UDR0; // read received character
|
||||
// if (received_char == '\b' || received_char == 127) { // if backspace is received
|
||||
|
||||
Reference in New Issue
Block a user