|
Post by abiswas on Aug 15, 2019 19:03:32 GMT
Hello everyone,
I am trying to compile the iLLD_PWM code example given with the sketch library but running into error. The error log is-
Arduino: 1.6.13 (Windows 10), Board: "ShieldBuddyTC275_Dx"
C:\Program Files (x86)\Arduino\examples\275.TC275SketchesLibrary\iLLD_PWM\iLLD_PWM.ino:3:27: fatal error: ccu6pwmbcdemo.h: No such file or directory
#include "ccu6pwmbcdemo.h"
^
compilation terminated.
exit status 1
Error compiling for board ShieldBuddyTC275_Dx.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
What I am doing wrong here/where can I find these libraries?
Thanks.
|
|
|
Post by Admin on Aug 15, 2019 20:10:16 GMT
You need to include the file Ccu6PwmBcDemo.c as well.
|
|
|
Post by abiswas on Aug 15, 2019 20:36:42 GMT
You need to include the file Ccu6PwmBcDemo.c as well. Thank you so much for answering. Could you please tell me where can I find these .h and .c files? I tried but couldn't find. Thanks again.
|
|
|
Post by abiswas on Aug 15, 2019 20:43:39 GMT
Found it. Thanks.
|
|