BOB/DeviceCommand/Device/IT6724C.cs
2025-11-13 17:03:20 +08:00

15 lines
254 B
C#

using DeviceCommand.Base;
using System;
using System.Collections.Generic;
using System.IO.Ports;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DeviceCommand.Device
{
public class IT6724C: Serial_Port
{
}
}