/IRbaby_SDK

You can implement Universal infrared remote control by this.

Primary LanguageC

This is IRbaby SDK

codebeat badge

Your can use IRbaby quickly develop your own Infrared application. Now the IRbaby SDK support Linux and ESP32 platform.

In test directory include some example to show how to use this SDK.

You can build test example by next step.

mkdir build && cd build

cmake ..

make

cd test

now you can run some example program to see how it work.

Support API

  • IRext decode
  • IRext login
  • IRext list categories
  • IRext list brands
  • IRext list indexes

Architecture

Architecture