本文介绍了Arduino的IDE无法检测ZumoMotor.H(PIXY PET)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图让我的项目的魉宠物的工作。
https://learn.adafruit.com/pixy-pet-robot-color-vision-follower-using-pixycam/playing-with-your-pet.

I trying to make the pixy pet work for my project.https://learn.adafruit.com/pixy-pet-robot-color-vision-follower-using-pixycam/playing-with-your-pet.

我用给定的code为Arduino的IDE,但我一直在得到这个错误
Arduino的:1.5.7(Windows 7)中,理事会:Arduino的莱昂纳多

I used the given code for the arduino IDE, but i keep on getting this errorArduino: 1.5.7 (Windows 7), Board: "Arduino Leonardo"

sketch_sep17a.ino:27:24: fatal error: ZumoMotors.h: No such file or directory
compilation terminated.

本报告将有更多信息
  显示编译过程的详细输出
  在文件中启用> preferences。

This report would have more information with "Show verbose output during compilation" enabled in File > Preferences.

在code,即时通讯使用,被PIXY宠物的官方制造商给出。
请看一看。 (的)

The Code, im using, was given by the official maker of the Pixy Pet.Please have a look. ( https://learn.adafruit.com/pixy-pet-robot-color-vision-follower-using-pixycam/the-code)

推荐答案

更好张贴此问题在Arduino的堆叠外汇

Better post this question in Arduino Stack Exchange http://arduino.stackexchange.com

同时,你有没有下载ZumoMotos.h库?

Meanwhile, did you download ZumoMotos.h library?

如果不是,下载并复制到您的.ino的同一个文件

If not, download it and copy to the same file of your .ino

这篇关于Arduino的IDE无法检测ZumoMotor.H(PIXY PET)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 19:14