![]() |
Autodrone
Multi-Domain Vehicle
|
This file enables reading of usart data for use with printf. More...
#include "board.h"
Macros | |
#define | PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f) |
Variables | |
uint8_t | temp |
uint8_t | serialBuf [100] |
bool | endOfString |
uint8_t | serialIndex = 0 |
PUTCHAR_PROTOTYPE | |
return | ch |
This file enables reading of usart data for use with printf.
Based on which device you are using (Nucleo or Autodrone PCB), enable the corresponding Include in the preprocessor
#define PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f) |
return ch |
bool endOfString |
PUTCHAR_PROTOTYPE |
uint8_t serialBuf[100] |
uint8_t serialIndex = 0 |
uint8_t temp |