d78c91e7a7482811e815d7bde12997875196b979
[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.312959 seconds and 5 git commands to generate.