#include <wiringPi.h>
|
| int | pinBase |
| |
| int | pinMax |
| |
| int | fd |
| |
| unsigned int | data0 |
| |
| unsigned int | data1 |
| |
| unsigned int | data2 |
| |
| unsigned int | data3 |
| |
| void(* | pinMode )(struct wiringPiNodeStruct *node, int pin, int mode) |
| |
| void(* | pullUpDnControl )(struct wiringPiNodeStruct *node, int pin, int mode) |
| |
| int(* | digitalRead )(struct wiringPiNodeStruct *node, int pin) |
| |
| void(* | digitalWrite )(struct wiringPiNodeStruct *node, int pin, int value) |
| |
| void(* | pwmWrite )(struct wiringPiNodeStruct *node, int pin, int value) |
| |
| int(* | analogRead )(struct wiringPiNodeStruct *node, int pin) |
| |
| void(* | analogWrite )(struct wiringPiNodeStruct *node, int pin, int value) |
| |
| struct wiringPiNodeStruct * | next |
| |
| void(* wiringPiNodeStruct::analogWrite)(struct wiringPiNodeStruct *node, int pin, int value) |
| unsigned int wiringPiNodeStruct::data0 |
| unsigned int wiringPiNodeStruct::data1 |
| unsigned int wiringPiNodeStruct::data2 |
| unsigned int wiringPiNodeStruct::data3 |
| void(* wiringPiNodeStruct::digitalWrite)(struct wiringPiNodeStruct *node, int pin, int value) |
| int wiringPiNodeStruct::fd |
| int wiringPiNodeStruct::pinBase |
| int wiringPiNodeStruct::pinMax |
The documentation for this struct was generated from the following file: