Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
i am interested in writing a program in keil for humidity measurement can any body provide the code in C please it is uRgent
The interesting thing with thae above code, is that a lot of noobs will manage to enter it as:
for (;;) { while (!new_data_available) process_measurement(); transmit_data(); }
and then spend the next two weeks trying to understand what goes wrong :)