Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
hello everyone. I would like to read an input frequency from a humidity sensor on my mbed; So I dowloaded the PwmIn library, but I don't now the current accuracy of the pin which is configurate with the PwmIn. I read a period by using the fonction period() in second, and i would like now to read a period in microsecond. Is it possible to increase the precision of the PwmIn entry? Is the mbed enough precise to detect variations in order to microsecond. Because i want to detect little frequencie's variations. I'have already try to use the fonction period_ms() or period_us() but they don't work. Thank Mat