Skip to content

ssp5zone/sony-ir-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sony IR Remote Decoder

Decoder stubs written to understand the signals generated by Sony infra red remotes. Basically you can use the remote to control/operate other things. Add your logic in,

void doStuff(unsigned char value) {
  // your code here
}

There are 2 codes,

  1. Written for Microchip's 16F series devices in mikroC compiler.
  2. Written for Microchip's 18F series devices in MPLAB-C18 compiler.

The codes have 2 versions,

  1. Manual read via polling.
  2. Auto read via interrupts.

About

Raw decoder for Sony appliances infra red remotes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages