I am developing a project which will use an Arduino Uno which I wish to comunicate with INFRa-REd receiver.
The problem is that such a library is not included in my IDE library and I hope someone could inform me where I can download a suitable library. ?
You can find a collection of over 4000 Arduino libraries in the Arduino Library Manager. Just select Sketch > Include Library > Manage Libraries... from the Arduino IDE's menus. You can then search by keyword, type, and category, and easily install any of the available libraries that look interesting. After installing, you'll usually find the library author has provided example sketches that demonstrate usage of the libraries under the library's name in the IDE's File > Examples menu.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.