akvavit01
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
1 deletions
-
wiringPiD/drcNetCmd.h
|
|
@@ -34,11 +34,19 @@ |
|
|
|
#define DRCN_DIGITAL_READ8 8 |
|
|
|
#define DRCN_ANALOG_READ 9 |
|
|
|
|
|
|
|
|
|
|
|
// Multiple definition for comDat fix |
|
|
|
/* |
|
|
|
struct drcNetComStruct |
|
|
|
{ |
|
|
|
uint32_t pin ; |
|
|
|
uint32_t cmd ; |
|
|
|
uint32_t data ; |
|
|
|
} comDat ; |
|
|
|
*/ |
|
|
|
|
|
|
|
struct drcNetComStruct |
|
|
|
{ |
|
|
|
uint32_t pin ; |
|
|
|
uint32_t cmd ; |
|
|
|
uint32_t data ; |
|
|
|
}; |