“AudioPro()”的版本间的差异
(创建页面,内容为“ <p style="color: #666666;font-size:220%">'''MotorPlus(address)'''</p> <br> <p style="color: #E87E05;font-size:135%">'''作用'''</p> 将MotorPlus类实例化,…”) |
(没有差异)
|
2017年12月14日 (四) 06:04的版本
MotorPlus(address)
作用
将MotorPlus类实例化,并设置电机IIC地址
参数
address:MotorPlus电机的IIC地址(uint8_t)
示例
#include <Microduino_MotorPlus.h>
#define MOTO_ADDR1 0x73 //电机1地址
MotorPlus moto1(MOTO_ADDR1);