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.
9 years, 6 months ago.
"us_ticker_read()" is undefined in SoftSerial_ticker.h
i tried compiling the softserial.h file but it shows an error that in the SoftSerial_ticker.h file , "us_ticker_read()" is undefined. what should i do?
Question relating to:
2 Answers
9 years, 6 months ago.
You can go back to an older revision of the mbed lib, something was changed recently. But I will fix it in the coming days.
9 years, 6 months ago.
I believe in the current library, you need to add us_ticker_api.h include to the file which is using us ticker read function, it's not included via mbed.h. Should be fixed in the next version of the mbed library.