文件名称:libRobotDev:机器人开发平台低级驱动程序库
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-30 17:47:17
C++
文档: : 机器人开发平台底层驱动程序 编码约定 (1)所有使用单行的注释都应使用//样式的注释。 //后面也应该有一个空格: // This is a single-line comment. (2)标准多行注释应采用以下形式: /* * Notice that there are no words on the first line or last line of the * multi-line comment. * Also notice that there's (without the quotes) a "[space]*[space]" at the * start of each line between the first line and the last line. */ (3)强调的多行注释的第二行开头(不带引号)必须为:“ [空格] * [空格
【文件预览】:
libRobotDev-master
----RDASCIIFont.h(4KB)
----.gitignore(10B)
----RDPinDefs.h(3KB)
----RDDigital.h(2KB)
----RDUtil.h(742B)
----RDBluetooth.h(6KB)
----RDUART.h(6KB)
----RDSPI.h(4KB)
----RDLCD.h(5KB)
----examples()
--------RDUARTExample.c(488B)
--------desktop.ini(138B)
----RDMotor.h(3KB)
----RDConstants.h(414B)
----README.md(6KB)
----pitches.h(2KB)
----RDAnalog.h(5KB)
----RDButton.h(1KB)
----desktop.ini(138B)
----RDI2C.h(5KB)
----RDPiezo.h(4KB)