implemented read/write functions for complex pins

fixed config issues
This commit is contained in:
Sascha Ittner
2015-03-11 16:52:54 +01:00
parent ccc8c29443
commit c32b03b497
5 changed files with 148 additions and 73 deletions

View File

@@ -27,6 +27,8 @@ typedef struct {
LCEC_PDOENT_TYPE_T subType;
hal_float_t floatScale;
hal_float_t floatOffset;
uint8_t bitOffset;
uint8_t bitLength;
hal_pin_dir_t dir;
void *pin[LCEC_CONF_GENERIC_MAX_SUBPINS];
uint16_t pdo_idx;