User Activity

Posted on August 25, 2017 at 13:11Hello,I'm trying to use this code to write/read a EEPROM 24C02,but it's not working,what i'm doing wrong?Could someone post a example please?uint8_t eedget[1],eedata[1];void main(){eedata[0] = 0x01;eedata[1] = 0x02;...