importing libraies into CREATE

Hi,
I successfully imported a .Zip (.7z doesn`t work).
This Zip was a folder called libraries, and in this were other folders, containing other folders and also h. and c libraries, even some examples, such as for example #include <Adafruit_BNO055.h> contains other headers , folders and examples.

Create took them all exept one:

It was openGLCD.h, that was also a folder with other folders, and headers.
Even when I zipped only the single openGLCD.h code file, it wouldn`t take it. 3.5MB
Somehow a problem with this particular lib.
What could that be?

On my laptop I have a similar proble wth the locally installed Arduino SW.
Here he library <Adafruit_Sensor.h> which is pat of <Adafruit_BNO055.h> is being rejected.

On another machine, the whole thing compiles without any problems.
appreciate any help

johnguy:
Create took them all exept one:

It was openGLCD.h, that was also a folder with other folders, and headers.
Even when I zipped only the single openGLCD.h code file, it wouldn`t take it. 3.5MB
Somehow a problem with this particular lib.
What could that be?

Please post a link to where you got the library from and I'll take a look.

johnguy:
On my laptop I have a similar proble wth the locally installed Arduino SW.
Here he library <Adafruit_Sensor.h> which is pat of <Adafruit_BNO055.h> is being rejected.

Adafruit_Sensor.h is not part of the Adafruit_BNO055 library. It is a separate library which is required by the Adafruit_BNO055 library. You need to install both of them. If you've already tried that and it didn't work, please provide more details so I can understand exactly what the problem is.

pert:
Please post a link to where you got the library from and I'll take a look.
Adafruit_Sensor.h is not part of the Adafruit_BNO055 library. It is a separate library which is required by the Adafruit_BNO055 library. You need to install both of them. If you've already tried that and it didn't work, please provide more details so I can understand exactly what the problem is.

Thanks, Here`s the link for the openGLCD.h

The Adafruit_Sensor.h is part of the Adafruit_BNO055.h package in the attachment. This one works fine on another machine.

Adafruit_BNO055.zip (15.8 KB)

STOP! STOP! Its solved!
openGLCD.h worked!
I took out everything that was not a.h, or .c, zipped it again, and CREATE took it right away.

Gona try this with the with Adafruit_Sensor.h too, maybe thats the problem,

Thanks anyway!

openGLCD.zip (1.55 MB)

Additional help for libraries and sketches in the online editor attached for future reference.

Importing sketches and libraries.pdf (285 KB)

#include kütüphanesini indirmek istiyorum. Teşekkürler.

@Baytar12

Can you explain a little more please as there is not enough information in your question to know what you want to do or what problem you have.

Are you using the ONLINE editor ?