examples/mini/mini.c
changeset 794 684dea874956
parent 793 3b297ff8284f
child 799 068a58b96965
equal deleted inserted replaced
793:3b297ff8284f 794:684dea874956
    84 static uint8_t off_ana_in;
    84 static uint8_t off_ana_in;
    85 static uint8_t off_ana_out;
    85 static uint8_t off_ana_out;
    86 
    86 
    87 const static ec_pdo_entry_reg_t domain1_regs[] = {
    87 const static ec_pdo_entry_reg_t domain1_regs[] = {
    88     {0, 1, Beckhoff_EL3162, 0x3101, 2, &off_ana_in},
    88     {0, 1, Beckhoff_EL3162, 0x3101, 2, &off_ana_in},
    89     {0, 2, Beckhoff_EL4102, 0x3001, 1, &off_ana_out},
    89     //{0, 2, Beckhoff_EL4102, 0x3001, 1, &off_ana_out},
    90     {}
    90     {}
    91 };
    91 };
    92 #endif
    92 #endif
    93 
    93 
    94 /*****************************************************************************/
    94 /*****************************************************************************/