Using windows10 - I cannot compile this code, I keep getting "Arduino\sketch_apr20a\sketch_apr20a.ino:1:19: fatal error: Event.h: No such file or directory #include ^ compilation terminated. exit status 1 Error compiling for board Digispark (Default - 16.5mhz). " Any ideas? Thanks!!
@Spz037376 жыл бұрын
Thanks! Had the wrong timer lib installed! Compiled! Another question - is this coded for only 7 leds? I'm using more than that on my setup (16). Thanks again!
@AnttiVainik6 жыл бұрын
Yes, it used to be 7 leds only, but I made a commit a minute ago. Now you can #define NUMBER_OF_LEDS 7 to whatever you want. Everything else except MODE_KNIGHT_RIDER should work just fine. Update your source code from github.
@AnttiVainik6 жыл бұрын
To fix MODE_KNIGHT_RIDER you will need to fiddle around with values in void setKit(int8_t start) function. Try increasing values of start variable. Sorry I can't tell you exactly what it needs to be, but I'm sure if you try few random values you'll get it right in few minutes.
@Spz037376 жыл бұрын
OK I'll wait for that commit to go through -- still not seeing it. Can you just flash directly over previous programs on these digisparks? I've used some that require you to write null data -- excise the ignorance -- havent programmed arduino in a few years. Thanks again!!
@Spz037376 жыл бұрын
Im still only seeing the latest commit of 9 hrs ago when you updated the readme. Can I just set the LED number by changing the following: struct LINE { LED led[7]; Where 7 would be the number of lights? Thanks!
@Spz037376 жыл бұрын
Could you please link to the library files you used to compile this (zip pref)? Thanks man!!
@AnttiVainik6 жыл бұрын
Hi, I updated the README.md file, take a look. You are getting the compilation error because you are missing Timer library. You can download the library from github, link and installation instructions in README. Good luck!
@jamble7k6 жыл бұрын
it seems skyzone thought your idea was cool :D see rcmodelreviews video on the skyzone v3s, yours is brighter!
@Spz037376 жыл бұрын
Can you hit me up on hangouts m8? I've got it all wired up but have some questions. Thanks!
@AnttiVainik6 жыл бұрын
Oops, I committed to wrong repository yesterday. NOW changes are on github. Ping me at firstname.lastname at gmail
@Spz037376 жыл бұрын
Antti Vainik I got it all figured out last night brother - just edited the bits and bobs - got all 16 working as well as knight rider mode. Thanks alot for your hard work!