Post topics, source code that relate to the Arduino Platform

User avatar
By komi rabbit
#45500 Up!
I need a good PWM library because the default analogWrite() is flickering when I use it on pins 13,12,14
And I can't find the espino library on github (error 404).
I found something on github but I don't know if it's the right library :
https://github.com/helios8119/espino

I tried to install it but there is a conflict between the Arduino.h library, this is one of the errors in the console :
Code: Select all
In file included from sketch\fader.ino.cpp:1:0:

C:\Program Files\Arduino_1.6.8\hardware\esp8266com\esp8266\cores\esp8266/Arduino.h:204:15: error: ambiguates old declaration 'long unsigned int millis()'

 unsigned long millis(void);

               ^

exit status 1
Error compiling for board Generic ESP8266 Module.


I understand that espino.h rewrites some functions included in the Arduino.h library but I don't understand how to bypass it !
If someone can help that would be great ! :D