#include <APM_FastSerial.h>
Public Member Functions | |
APM_FastSerial_Class (uint8_t SerialPort) | |
void | write (uint8_t b) |
void | write (const uint8_t *buffer, int size) |
Definition at line 8 of file APM_FastSerial.h.
APM_FastSerial_Class::APM_FastSerial_Class | ( | uint8_t | SerialPort | ) |
Definition at line 90 of file APM_FastSerial.cpp.
void APM_FastSerial_Class::write | ( | uint8_t | b | ) |
Definition at line 98 of file APM_FastSerial.cpp.
void APM_FastSerial_Class::write | ( | const uint8_t * | buffer, | |
int | size | |||
) |
Definition at line 140 of file APM_FastSerial.cpp.