sketchbook
|
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <wiringPi.h>
#include "pseudoPins.h"
Macros | |
#define | SHARED_NAME "wiringPiPseudoPins" |
#define | PSEUDO_PINS 64 |
Functions | |
int | pseudoPinsSetup (const int pinBase) |
#define PSEUDO_PINS 64 |
#define SHARED_NAME "wiringPiPseudoPins" |
int pseudoPinsSetup | ( | const int | pinBase | ) |