Hi, I'm trying to program my STN32G431RB in order to work with the sensor HTS221, I write the code but I don't know if it's correct, I would be really grateful if someone could tell me.
while (1) { /* USER CODE END WHILE */ for (int i=0; i<11; i++) { buf1[i]=0x0; } for (int i=0; i<11; i++) { buf1[i]=0x0; } for (int i=0; i<11; i++) { buf2[i]=0x0; } for (int i=0; i<11; i++) { buf3[i]=0x0; } for (int i=0; i<11; i++) { buf4[i]=0x0; } ...