#include <fcntl.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "../Sysfs/Sysfs.h"
#include "../config.h"
Go to the source code of this file.
Functions | |
int | SwitchSender (int State) |
Switch sender on or off. More... | |
int SwitchSender | ( | int | State | ) |
Switch sender on or off.
State | (0 or 1) |
Definition at line 15 of file SwitchSender.c.