File printf.h
File List > driver > Inc > printf.h
Go to the documentation of this file
#pragma once
#include <stdbool.h>
#include "UART.h"
extern int printf ( const char * format, ... );
extern int scanf ( const char * format, ... );
bool printf_init(UART_HandleTypeDef *huart);