Predavani pointeru se signalem
[mirrors/Programs.git] / c / tv-b-gone / main.h
1 struct codeElement {
2 uint16_t onTime; // duration of "On" time
3 uint16_t offTime; // duration of "Off" time
4 };
5
6 struct powercode {
7 uint8_t timer_val; // not the actual frequency, but the timer value to generate the frequency
8 struct codeElement codes[]; // flexible number of on/off codes
9 };
This page took 0.246493 seconds and 4 git commands to generate.