Skip to content

File printf.h

FileList > driver > Inc > printf.h

Go to the source code of this file

  • #include <stdbool.h>
  • #include "UART.h"

Public Functions

Type Name
int printf (const char * format, ...)
bool printf_init (UART_HandleTypeDef * huart)
int scanf (const char * format, ...)

Public Functions Documentation

function printf

int printf (
    const char * format,
    ...
) 

function printf_init

bool printf_init (
    UART_HandleTypeDef * huart
) 

function scanf

int scanf (
    const char * format,
    ...
) 


The documentation for this class was generated from the following file driver/Inc/printf.h