COSA
An Object-Oriented Platform for Arduino Programming
IR::Receiver::keymap_t Struct Reference

#include <IR.hh>

Collaboration diagram for IR::Receiver::keymap_t:
Collaboration graph

Public Attributes

uint16_t code
 
char key
 

Detailed Description

Mapping structure from code to key. Data structure for storage in program memory.

Definition at line 53 of file IR.hh.

Member Data Documentation

uint16_t IR::Receiver::keymap_t::code

Definition at line 54 of file IR.hh.

char IR::Receiver::keymap_t::key

Definition at line 55 of file IR.hh.


The documentation for this struct was generated from the following file: