求助帖子,表白神器制作受阻

2016-09-031.4万
AI 快速预览详细 收起
本文介绍了在制作Arduino表白神器时遇到的具体报错问题及其解决方案。用户在使用Arduino 1.0.4版本时,遇到了animation.h文件缺失以及animationFrames和animationDelays未声明的错误。文章详细描述了这些错误现象,并提供了验证过的解决方案,帮助用户快速解决问题,省去自行排查的时间成本。


论坛大佬们,我按部就班了一个小玩意,请先忽略它的难易程度,对我而言比较难。步骤都没有问题,却提示有错误,
还往大佬们帮我看下~
不不甚感激,
这个是论坛的原贴,可以先看下。
https://mc.dfrobot.com.cn/thread-15634-1-1.html
而我照做出现了下列的问题
Arduino版本1.0.4








最后一张图的错误代码
_8x8led__.ino:3:23: error: animation.h: No such file or directory
_8x8led__.ino: In function 'void loop()':
_8x8led__:30: error: 'animationFrames' was not declared in this scope
_8x8led__:37: error: 'animationDelays' was not declared in this scope
_8x8led__:41: error: 'animation' was not declared in this scope


串口没有错,
驱动应该也没错 ,设备管理器识别如下:

串口没有错。
还望大佬帮忙看下哪里出了问题。

创作许可协议

本项目采用 None(不开放任何权利,保留所有权利) 进行许可。

评论(3)
thebestzhq
thebestzhq
Arduino有问题吗
dsweiliang
dsweiliang
木有库文件
copyc4
copyc4
animation.h 把这个文件拷贝到你的工程文件下和你的arduino文件放在一起。

- 没有更多了 -