MPU_INTR_BUF
uint8_t b[MPU_INTR_BUF];
while ((s & MPU_INPUTBUSY) == 0 && i < MPU_INTR_BUF) {
while (!(s & MPU_OUTPUTBUSY) && i < MPU_INTR_BUF) {