My grove message reads the following, even though I downloaded a zip which contains the LED_Bar.h file
fatal error: LED_Bar.h: No such file or directory
#include <LED_Bar.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
J-M-L
December 17, 2016, 6:38pm
2
leoelaych:
even though I downloaded a zip which contains the LED_Bar.h file
and where did you put the zip or the unzipped files? and what's the name of the folder where LED_Bar.h
lives in?
J-M-L:
and where did you put the zip or the unzipped files? and what's the name of the folder where LED_Bar.h
lives in?
I put the zip in this GitHub - Seeed-Studio/Grove_LED_Bar: A powerful MY9221 LED driver into my Arduino folder. The LED_Bar.h is a document in this zip but the zip is said not to contain a library. What needs to be done?
J-M-L
December 17, 2016, 7:03pm
4
did you keep the end of the folder name? Grove_LED_Bar[color=red]-master [/color]
(you should not)
and what you need to include is #include <Grove_LED_Bar.h>
- there is no LED_Bar.h
in that Zip...
J-M-L:
did you keep the end of the folder name? Grove_LED_Bar[color=red]-master [/color]
(you should not)
and what you need to include is #include <Grove_LED_Bar.h>
- there is no LED_Bar.h
in that Zip...
I'm looking for links with that zip but could you yourself find some for me to use?
J-M-L
December 17, 2016, 7:10pm
6
Not sure I understand - you gave the link yourself GitHub - Seeed-Studio/Grove_LED_Bar: A powerful MY9221 LED driver for the Grove's one.
there are other, for example https://github.com/relayr/Arduino-Bridge-Library/tree/master/libraries/LED_Bar would have the right file in it But this one too LED_Bar - Library for the LED Bar by Seeed Studio http://ww… | Mbed so not sure where did you get your code and which library it needs
just google "#include <LED_Bar.h>" and that will give you some ideas of where to look at
Found this code LED_Bar - Library for the LED Bar by Seeed Studio http://ww… | Mbed but it has this error
C:\Users\Robin\Documents\Arduino\libraries\edcb13b58b4f/LED_Bar.h:24:18: fatal error: mbed.h: No such file or directory
#include "mbed.h"
^
compilation terminated.
Using library edcb13b58b4f in folder: C:\Users\Robin\Documents\Arduino\libraries\edcb13b58b4f (legacy)
exit status 1
Error compiling for board Arduino/Genuino Uno.
mbed.h isn't in the main document. What is it?
J-M-L
December 17, 2016, 10:03pm
8
The mbed project is a collaborative effort between ARM, a wide range of technology partners and the contributions of the global mbed Developer Community
probably not the library you want