Home

Functions

dwengoRC.h File Reference

Remote control routines, uses RC5 Philips IR protocol. More...

#include "dwengoBoard.h"

Functions

void initRC (void)
 Initialize remote control functionality.
void irISR ()
int readRC5Command (void)
 Read latest received RC5 command.
int readRC5Address (void)
 Read latest received RC5 address.

Detailed Description

Remote control routines, uses RC5 Philips IR protocol.

IR part of Dwengo library

Routines for remote control using ifrared RC5 codes

Version: 1.0.

Revision:
3933

Date:

Date:
2011-05-22 17:16:38 +0200 (Sun, 22 May 2011)

(c) Dwengo vzw - http://www.dwengo.org

Library to make remote remote control easier


Function Documentation

void initRC ( void  )

Initialize remote control functionality.

Initializes remote control functionality of the Dwengo board. Configures pin RB4 as digital input, configures timer 3 correctly, enable interrupt-on-change

int readRC5Address ( void  )

Read latest received RC5 address.

Reads latest received RC5 address. If none received since last read -1 is returned

int readRC5Command ( void  )

Read latest received RC5 command.

Reads latest received RC5 command. If none received since last read -1 is returned

 All Data Structures Files Functions Variables Defines

Generated on Wed Dec 25 2013 23:03:08 for Dwengo library by doxygen 1.7.3