Compiler can't find header


#1

I am making a custom extension to add a simple IR remote to my ranger. It works perfectly in Audruino using the standard IRremote ardunio library. Now I want to wrap it up in a block so my child can use it in his programs. I added the library directory with the add button in the transcode tab and it upload all the source and header files.

When I tried to use the block in mblock5 it compiled all the source files but couldn’t find the header file see below


#2

Ok I have found the problem. The directory must be included with the declaration of the header see https://www.mblock.cc/doc/en/developer-documentation/tutorials/create-arduino-ext-add-third-party-library.html


#3

Sounds good.