Tell us about yourself!
- BohuslavK1 commented on MichaelB247's instructable Simplest ESP8266 Local Time Internet Clock With OLED
- BohuslavK1 commented on oliverb's instructable Arduino Time-Lapse Panorama ControllerView Instructable »
Hello oliverbThe program works and thank you for your help.
- BohuslavK1 commented on oliverb's instructable Arduino Time-Lapse Panorama Controller
Yes, I use the program on your web.site.The problem is about the library Error: Time int = 0; // Bracket ClockYou can put a link to your please help
View Instructable »Yes, I use the program on your web.site.The problem is about the library - Time.h.Error: int time = 0; // clock holderYou can put a link to your - Time.hplease help
- BohuslavK1 followed oliverb
- BohuslavK1 commented on oliverb's instructable Arduino Time-Lapse Panorama ControllerView Instructable »
Hello oliverbI really likeyour "Time-Lapse Panorama Controller" project so I madei too, but with Arduino UNO module. I havedownloaded the code for the Arduino Time-Lapse Panorama Controller, but I getthe following error:One more thing,how important is the 19/133 diameter of gear (cogwheel), will itinfluence the accuracy of the rotation? Thanks for youranswer. Bohuslav Kozdon "Program error"Timelapse_Panorama_098:54:error: 'int time' redeclared as different kind of symbol int time = 0; // clock holder^In file included fromC:\Users\xxxx\Documents\Arduino\Timelapse_Panorama_098\Timelapse_Panorama_098.ino:22:0:c:\program files(x86)\arduino\hardware\tools\avr\avr\include\time.h:122:21: note: previousdeclaration 'time_t time(time_t*)' time_t time(time_t *timer); ^C:\Us…
see more »
Please help. Compiler writes:C:\Users\xxxx\Documents\Arduino\libraries\Time-master\DateStrings.cpp:In function 'char* monthStr(uint8_t)':C:\Users\xxxx\Documents\Arduino\libraries\Time-master\DateStrings.cpp:76:66:error: 'strcpy_P' was not declared in this scope strcpy_P(buffer, (PGM_P)pgm_read_word(&(monthNames_P[month]))); ^C:\Users\xxxx\Documents\Arduino\libraries\Time-master\DateStrings.cpp:In function 'char* dayStr(uint8_t)':C:\Users\xxxx\Documents\Arduino\libraries\Time-master\DateStrings.cpp:90:61:error: 'strcpy_P' was not declared in this scope strcpy_P(buffer, (PGM_P)pgm_read_word(&(dayNames_P[day])));What is wrong !!!!