|
pirblaster
0.01
Use the pi as a remote control for your TV, DVD player etc.
|
#include "../Common/Common.h"#include "../Blast/Blast.h"#include "../Kmod/Kmod.h"#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Routine to set Frequency and DutyCycle. More... | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Routine to set Frequency and DutyCycle.
Parses the commandline arguments and set the Range, Divisor and DutyCycle based on these arguments. Called as InitCarrier Freq Duty ( eq InitCarrier 56 30 )
Definition at line 31 of file InitCarrier_main.c.

1.8.10