Library dependencies

Hello!

I have a question: can I use a library inside another one? I mean, is there library dependency in Arduino software?

Thanks :slight_smile:

You can use one library from another, but have to #include them both in the main sketch. Otherwise, the dependent library won't be linked in.