arrgon
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by arrgon-
Thank you so much for your help.I know and I use the datasheet. thanks anyway.Github : For my code the problem is that I have to use it without all the arduino's functions wire.begin etc... I only...
-
Thanks for your help.It's finally working, I just changed the slave adress 0x3C by 0x78 and it works, Im so happy !Bye
-
Thanks, I found this in my code : /** @brief Read sectors protection registers op-code */#define FLASH_OPCODE_SECTOR_READPROTECT 0x3C I don't know if its a conflicting address with the I2C slaves ...
-
Thank you very much for helping me !I already use the i2c for external memory Eeprom so the timing has been checked and works for the external memory.You can see the value of pull-up resistors for ...
-
Thank you for your answer, i dont received an ACK from the display.When i debug my code, I pass through my code and it does not crash, nothing happens.Here is my header file of my code : #ifndef OL...