|
Post by nillious19 on Apr 19, 2022 16:01:58 GMT -5
I was programming my light saber and ran into problem where as l was loading the Sound.h it loaded a issue saying that the click_avoider_lin.h file was not found in the directory is there some where i can load the file.
|
|
|
Post by profezzorn on Apr 22, 2022 2:22:56 GMT -5
That's weird. What does your config file look like? Did you change anything else? Also, please post the full error message.
|
|
|
Post by nillious19 on Apr 22, 2022 14:27:59 GMT -5
I figured out what the issue was and it was that i was not looking through the ProffieOS folder I installed. An in stead of just moving the sound folder to the program I was looking up the programs individually and creating a near identical folder
|
|
|
Post by nillious19 on Apr 24, 2022 12:56:44 GMT -5
C:\Program Files (x86)\Arduino\libraries\proffieos\blades\stm32l4_ws2811.h:4:27: fatal error: stm32l4_timer.h: No such file or directory compilation terminated.
I'm having problems getting this file to read I it just no matter where it is it won't read.
|
|
|
Post by profezzorn on Apr 25, 2022 0:20:02 GMT -5
I need to see the entire compilation output. Use the "copy compilation error" button to get all of it.
|
|
|
Post by nosloppy on Apr 25, 2022 8:47:10 GMT -5
C:\Program Files (x86)\Arduino\libraries\proffieos\blades\stm32l4_ws2811.h:4:27: fatal error: stm32l4_timer.h: No such file or directory compilation terminated. I'm having problems getting this file to read I it just no matter where it is it won't read. You shouldn't be / don't need to moving any files around other than your config file.
|
|