-->
Page 3 of 4

Re: pwm

PostPosted: Thu May 07, 2015 5:44 pm
by cherowley
OK, so tried the commands and while it compiled, uploaded and ran they don't actually seem to do anything...

Re: pwm

PostPosted: Thu May 07, 2015 10:46 pm
by ulumu
analogWrite in 1.6.1 is just an empty function. The updated Readme is based on the latest code, which has an analogWrite implementation. Haven't try it, so can't comment if it works well on not.

Re: pwm

PostPosted: Fri May 08, 2015 2:31 am
by cherowley
ulumu wrote:analogWrite in 1.6.1 is just an empty function. The updated Readme is based on the latest code, which has an analogWrite implementation. Haven't try it, so can't comment if it works well on not.


Thanks, I suspected as much!

Do you know how to upgrade? I tried copying/overwriting the hardware\esp8266com directory but then nothing would compile...

Re: pwm

PostPosted: Fri May 08, 2015 3:06 am
by ozayturay
You can download the latest auto compiled version from https://ci.appveyor.com/project/igrr/arduino/history by selecting a version anc choosing artifacts from the top menu. ;)

PS: Note that it is not always as up to date as the latest source code at https://github.com/esp8266/Arduino/commits/esp8266