/** * @file infrared_app.h * @brief Infrared application - start here. * * @see infrared_app_i.h for the main application data structure and functions. * @see infrared_remote.h for the infrared remote library - loading, storing and manipulating remotes */ #pragma once /** * @brief InfraredApp opaque type declaration. */ typedef struct InfraredApp InfraredApp;