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