
// **** EDIT ****
// CLARIFIED FOR THE BENEFIT OF MR MALUND 
// read all the registers into a buf[] with i2c_read()
// then display with:
printf("%02x:%02x:%02xr", buf[2], buf[1], buf[0]);
