“MotorPlus()”的版本间的差异
1196357542(讨论 | 贡献) |
1196357542(讨论 | 贡献) |
||
第1行: | 第1行: | ||
− | |||
+ | <p style="color: #666666;font-size:220%">'''MotorPlus(address)'''</p> | ||
+ | <br> | ||
− | + | <p style="color: #E87E05;font-size:135%">'''作用'''</p> | |
将MotorPlus类实例化,并设置电机IIC地址 | 将MotorPlus类实例化,并设置电机IIC地址 | ||
− | + | <p style="color: #E87E05;font-size:135%">'''参数'''</p> | |
address:MotorPlus电机的IIC地址(uint8_t) | address:MotorPlus电机的IIC地址(uint8_t) | ||
− | + | <p style="color: #E87E05;font-size:135%">'''示例'''</p> | |
<pre style="color:green"> | <pre style="color:green"> | ||
第21行: | 第22行: | ||
</pre> | </pre> | ||
+ | |||
2017年7月7日 (五) 11:50的版本
MotorPlus(address)
作用
将MotorPlus类实例化,并设置电机IIC地址
参数
address:MotorPlus电机的IIC地址(uint8_t)
示例
#include <Microduino_MotorPlus.h> #define MOTO_ADDR1 0x73 //电机1地址 MotorPlus moto1(MOTO_ADDR1);