sketchbook
|
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <ctype.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <wiringPi.h>
Macros | |
#define | TRUE (1==1) |
#define | FALSE (1==2) |
Functions | |
void | abReadall (int model, int rev) |
void | doReadall (void) |
void | doAllReadall (void) |
void | doQmode (int argc, char *argv[]) |
Variables | |
int | wpMode |
#define FALSE (1==2) |
#define TRUE (1==1) |
void abReadall | ( | int | model, |
int | rev | ||
) |
void doAllReadall | ( | void | ) |
void doQmode | ( | int | argc, |
char * | argv[] | ||
) |
void doReadall | ( | void | ) |
int wpMode |