akvavit01
4 yıl önce
committed by
GitHub
ebeveyn
işleme
c69c7d6005
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
9 ekleme ve
1 silme
-
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 ; |
|
|
|
}; |