|
sketchbook
|
#include <stdio.h>#include <stdint.h>#include <wiringPi.h>#include <mcp23s17.h>#include "piFace.h"Functions | |
| void | myDigitalWrite (struct wiringPiNodeStruct *node, int pin, int value) |
| int | myDigitalRead (struct wiringPiNodeStruct *node, int pin) |
| void | myPullUpDnControl (struct wiringPiNodeStruct *node, int pin, int pud) |
| int | piFaceSetup (const int pinBase) |
| int myDigitalRead | ( | struct wiringPiNodeStruct * | node, |
| int | pin | ||
| ) |
| void myDigitalWrite | ( | struct wiringPiNodeStruct * | node, |
| int | pin, | ||
| int | value | ||
| ) |
| void myPullUpDnControl | ( | struct wiringPiNodeStruct * | node, |
| int | pin, | ||
| int | pud | ||
| ) |
| int piFaceSetup | ( | const int | pinBase | ) |
1.8.6