INT8U buf[8]= {0, 0, 0, 0, 0, 0, 0, 0}; // you should init it first
Could you explain to me why must be {0, 0, 0, 0, 0, 0, 0, 0} ?
INT8U buf[8]= {0, 0, 0, 0, 0, 0, 0, 0}; // you should init it first
Could you explain to me why must be {0, 0, 0, 0, 0, 0, 0, 0} ?