Skip to content

Zac610/RPI-CEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPI-CEC

Manage Rasperry PI CEC commands from C++

To compile this program install the needed packages with the following commands (apt-based):

  • apt install libcec
  • apt install libcec4-dev
  • apt install g++
  • apt install raspberrypi-bootloader
  • apt install libraspberrypi-dev

the command to compile the program is included into the build.sh file.

The libcec interface is not stable and may change in time. Every time it is updated it can broke the compilation, and the code must be updated accordingly.

This project took heavy inspiration from this one: https://github.com/DrGeoff/cec_simplest

About

Manage Rasperry PI CEC commands from C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published