docs
[mirrors/Programs.git] / c / tv-b-gone / codes.h
CommitLineData
21c4e167
H
1typedef struct codeElement {
2 unsigned int onTime; // duration of "On" time
3 unsigned int offTime; // duration of "Off" time
4} codestruct;
This page took 0.205762 seconds and 4 git commands to generate.