文件名称:Cinder-USBRelay:机器人电子 USB 继电器的煤渣块 - http
文件大小:493KB
文件格式:ZIP
更新时间:2024-07-27 02:25:34
C++
#Cinder-USBRelay 这是用于机器人电子 USB 继电器的 Cinder-Block,该库已经过测试,但它应该适用于所有 USB 型号。 有关 USB 继电器文档,请参阅 在你打开任何东西之前,请确保你知道你在做什么,220V 伤害! 如何使用它 // include the header #include "USBRelay.h" .. // create the device passing the serial device name and the number of outputs for the relay mUSBRelay = USBRelay::create( "tty.usbmodem00015481", 2 ); .. // set the output( output/relay 0 == ON ) mUSBRelay->setOutput( 0,
【文件预览】:
Cinder-USBRelay-master
----src()
--------USBRelay.h(4KB)
--------USBRelay.cpp(3KB)
----samples()
--------BasicSample()
----.gitignore(167B)
----README.md(2KB)