roombacs:C#的roomba控制器库

时间:2024-08-05 10:09:46
【文件属性】:

文件名称:roombacs:C#的roomba控制器库

文件大小:8KB

文件格式:ZIP

更新时间:2024-08-05 10:09:46

C#

房客 适用于 C#/.NET Framework 的 Roomba 控制库 入门 1. 添加命名空间 using Roombacs ; 2. 创建实例 // Default (Default baud rate => 115200) RoombaControl rc = new RoombaControl ( " COM3 " ); // specify the serial port roomba connected // If you specify the baud rate, you can use constructor below instead of above RoombaControl rs = new RoombaControl ( " COM3 " , 9600 ); 3. 初始化 Roomba rc . Power (); // turn on the po


【文件预览】:
roombacs-master
----.gitignore(3KB)
----LICENSE.txt(1KB)
----README.md(830B)
----RoombaControl.sln(976B)
----.gitattributes(2KB)
----RoombaControl()
--------Roombacs.csproj(2KB)
--------RoombaControl.cs(7KB)
--------Properties()

网友评论