sketchbook
|
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <wiringPi.h>
#include <piFace.h>
Macros | |
#define | PIFACE 200 |
Functions | |
void | light (int led, int value) |
void | lightAll (int onoff) |
void | waitForNoButtons (void) |
void | scanButton (int button) |
int | main (void) |
Variables | |
int | outputs [4] = { 0,0,0,0 } |
#define PIFACE 200 |
void light | ( | int | led, |
int | value | ||
) |
void lightAll | ( | int | onoff | ) |
int main | ( | void | ) |
void scanButton | ( | int | button | ) |
void waitForNoButtons | ( | void | ) |
int outputs[4] = { 0,0,0,0 } |