I am wondering about possible conflicts if 2 tasks running on different cores are both accessing the same data. Let us say that I take sensor readings using an ads1115 on one core and output data to an OLED on the other core. Both would use I2C. Is the possible conflict in the use of i/o lines and data handled somehow or do I need to take measures to safeguard against it? Thanks.