文件名称:Arduino.jl:Julia包镜
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-23 05:18:02
Julia
目前,这是与Arduino( )通信的一组基本功能。 它可能应该涵盖98%的用例。 它使用由Tod E.Kurt( )制造的MIT许可的Arduino系列库和Jasper den Ouden的GetC宏( )。 #安装 Pkg . add ( " Arduino " ) #用法 using Arduino fd = init ( " /dev/tty.usbserial " , 9600 ) # open usb port with 9600 baud rate and get back FD to communicate with Arduino on writebyte (fd, uint8 ( 1 )) # send a byte to the Arduino write (fd, " string " ) # send a string to the Arduino buf
【文件预览】:
Arduino.jl-master
----deps()
--------src()
--------build.jl(3KB)
----src()
--------Arduino.jl(631B)
----.gitignore(12B)
----REQUIRE(16B)
----README.md(1KB)
----LICENSE.txt(1KB)