sketchbook
|
#include <wiringPi.h>
#include <piFace.h>
#include <softPwm.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
Macros | |
#define | PIFACE_BASE 200 |
#define | PWM_OUT_PIN 204 |
#define | PWM_UP 202 |
#define | PWM_DOWN 203 |
Functions | |
void | scanButton (int button) |
int | main (void) |
Variables | |
int | outputs [2] = { 0,0 } |
#define PIFACE_BASE 200 |
#define PWM_DOWN 203 |
#define PWM_OUT_PIN 204 |
#define PWM_UP 202 |
int main | ( | void | ) |
void scanButton | ( | int | button | ) |
int outputs[2] = { 0,0 } |