sketchbook
|
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <wiringPi.h>
#include <softPwm.h>
Macros | |
#define | RANGE 100 |
#define | NUM_LEDS 8 |
Functions | |
int | main () |
Variables | |
int | ledMap [NUM_LEDS] = { 0, 1, 2, 3, 4, 5, 6, 7 } |
int | values [NUM_LEDS] = { 0, 25, 50, 75, 100, 75, 50, 25 } |
#define NUM_LEDS 8 |
#define RANGE 100 |
int main | ( | void | ) |
int ledMap[NUM_LEDS] = { 0, 1, 2, 3, 4, 5, 6, 7 } |
int values[NUM_LEDS] = { 0, 25, 50, 75, 100, 75, 50, 25 } |