mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
12 lines
151 B
Text
12 lines
151 B
Text
description "Cross-platform serial port handling\377";
|
|
|
|
uses
|
|
Core,
|
|
Functions4U;
|
|
|
|
file
|
|
Serial.h,
|
|
Serial.cpp,
|
|
SerialPosix.cpp,
|
|
SerialWindows.cpp;
|
|
|