MCPcopy Create free account
hub / github.com/attermann/microReticulum / _write

Function _write

examples/lora_announce/src/main.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293#if defined(ARDUINO)
294int _write(int file, char *ptr, int len) {
295 int wrote = Serial.write(ptr, len);
296 Serial.flush();
297 return wrote;
298}
299#else
300int getch( ) {
301 termios oldt;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected