leider kommen hier Compilierungsfehler, mache ich noch was falsch?Code:uint8_t Speed_array[8]={ 0,0,0,0,0,0,0,0} ; uint16_t* Speed_array16 = (uint16_t*)Speed_array; uint16_t Speed_left; uint16_t Speed_right; Speed_left = Speed_array16[0]; Speed_right = Speed_array16[1];
Lesezeichen