# apt-get install libavdevice-dev
2016年4月28日 星期四
2016年3月10日 星期四
2016年3月6日 星期日
WProgram.h: No such file or directory
1.
change "WProgram.h" to "Arduino.h"
2.
References :
WProgram.h: No such file or directory
ARDUINO 1.0 - error: WConstants.h: No such file or directory
change "WProgram.h" to "Arduino.h"
2.
#if ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
References :
WProgram.h: No such file or directory
ARDUINO 1.0 - error: WConstants.h: No such file or directory
2016年2月23日 星期二
mplayer play speed
$ mplayer file.mpg -speed 0.1
--speed=<0 .01-100="">
0.5 = 0.5x
1 = original
10 = 10x
References :
0>
訂閱:
文章 (Atom)