mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
12 lines
153 B
Text
12 lines
153 B
Text
description "Cross-platform serial port handling\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
Serial.h,
|
|
Serial.cpp,
|
|
SerialLinux.cpp,
|
|
SerialOSX.cpp,
|
|
SerialWindows.cpp;
|
|
|