Search found 3 matches
- Tue Apr 09, 2013 7:02 am
- Forum: Tutorials
- Topic: Clouds and Lightining Effects using standard PWM channels
- Replies: 54
- Views: 64713
Re: Clouds and Lightining Effects using standard PWM channel
Thanks Roberto, works perfect. Can I change this ReefAngel.ShowInterface(); // Calculate your regular sunrise/sunset PWM value ActinicPWMValue=PWMSlope(10,00,22,15,0,50,40,ActinicPWMValue); DaylightPWMValue=PWMSlope(10,00,22,15,0,50,40,DaylightPWMValue); CheckCloud(); ReefAngel.PWM.SetActinic(Actini...
- Mon Apr 08, 2013 1:20 pm
- Forum: Tutorials
- Topic: Clouds and Lightining Effects using standard PWM channels
- Replies: 54
- Views: 64713
Re: Clouds and Lightining Effects using standard PWM channel
I have deleted arduino folder and reinstalled RA and the problem persists - 'PWMSlope' was not declared in this scope. Can be a problem in the code?
- Mon Apr 08, 2013 11:26 am
- Forum: Tutorials
- Topic: Clouds and Lightining Effects using standard PWM channels
- Replies: 54
- Views: 64713
Re: Clouds and Lightining Effects using standard PWM channel
Hi, I try to use this code #include <ReefAngel_Features.h> #include <ReefAngel_Globals.h> #include <ReefAngel_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <ReefAngel_EEPROM.h> #include <ReefAngel_NokiaLCD.h> #include <ReefAngel_ATO.h> #include <Ree...