コード例 #1
0
ファイル: SerialExtensions.cs プロジェクト: yazici/CNCLib
        public static async Task <bool> EraseEepromAsync(this ISerial serial)
        {
            await serial.EraseEepromValuesAsync();

            return(true);
        }