]> sigrok.org Git - libsigrokdecode.git/commit
irmp: introduce PC side shared library code for IRMP core logic
authorGerhard Sittig <redacted>
Sat, 22 Feb 2020 06:09:37 +0000 (07:09 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:28:29 +0000 (15:28 +0200)
commit53eb681dd5611931b6af949a8c50c22fc65661ac
tree9c0e63874c0c46cfbe7e3f0f3a065c5e76a9b2ab
parent7f8ea39e26770753a389ce1c7bac48c036a5e2e2
irmp: introduce PC side shared library code for IRMP core logic

Introduce sources which implement a shared object (DLL) which embeds the
IRMP core logic, receives pin values from an application, and makes IR
detection from previously captured data available in PC environments as
a library, in contrast to the text oriented desktop applications and the
MCU firmware which existed before in the upstream project.

Provided by: Rene Staffen
irmp/irmp-main-sharedlib.c [new file with mode: 0644]
irmp/irmp-main-sharedlib.h [new file with mode: 0644]