User Activity

I have this functions to work with:void write8(uint8_t reg, uint32_t value)read8(uint8_t reg)I am a newbie when it comes to c programming and have little knowledge when it comes to registers and how to write and read them. Right now the functions loo...