![]() |
Autodrone
Multi-Domain Vehicle
|
This file enables reading of usart data for use with printf. More...
Go to the source code of this file.
Functions | |
void | serialInit (void) |
void | serialWrite (uint8_t ch) |
void | serialRead8 (uint8_t *num) |
void | serialReadPID (float *P, float *I, float *D) |
bool | serialWaitFor (char wait) |
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
void serialInit | ( | void | ) |
void serialRead8 | ( | uint8_t * | num | ) |
void serialReadPID | ( | float * | P, |
float * | I, | ||
float * | D | ||
) |
bool serialWaitFor | ( | char | wait | ) |
void serialWrite | ( | uint8_t | ch | ) |