mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
11 lines
137 B
Text
11 lines
137 B
Text
description "Cross-platform serial port handling\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
Serial.h,
|
|
Serial.cpp,
|
|
SerialPosix.cpp,
|
|
SerialWindows.cpp;
|
|
|