#include <temu-c/Bus/Serial.h>
Data Fields | |
void(* | write )(void *Obj, uint8_t Data) |
This function will be called when data is written on the serial bus. | |
void(* | cts )(void *Obj) |
Clear to send. Experimental. |
Definition at line 12 of file Serial.h.
void(* temu_SerialIface::write)(void *Obj, uint8_t Data) |
This function will be called when data is written on the serial bus.
void(* temu_SerialIface::cts)(void *Obj) |
Clear to send. Experimental.