Update ActionPi.cpp

Bu işleme şunda yer alıyor:
Jannik 2016-11-04 11:24:46 +01:00 işlemeyi yapan: GitHub
ebeveyn 6949f1c32c
işleme d9049583f6
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme

Dosyayı Görüntüle

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
*
*zum kompilieren raspbian befor 2016-09-23---> g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x (not tested yet)
*zum kompilieren raspbian latest---> g++ -Wall -o"%e" "%f" -l raspicam -l bcm2835 -sdt=c++14
*zum kompilieren ---> g++ -Wall "%f" -o"%e" -l raspicam -l bcm2835 -std=c++0x
*oder---> g++ -Wall "%f" -o"%e" -l raspicam -l bcm2835 -std=c++14
*/
#include <iostream>
#include <stdio.h>
@ -32,7 +32,7 @@
#include <fstream>
#include <bcm2835.h>
#include <raspicam/raspicam.h>
#include <unisdt.h>
#include <unistd.h>
#include <dirent.h>
#include <errno.h>