Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: us_ticker_api.h
- Revision:
- 95:7e07b6fb45cf
- Parent:
- 93:e188a91d3eaa
- Child:
- 98:8ab26030e058
diff -r 9ad691361fac -r 7e07b6fb45cf us_ticker_api.h --- a/us_ticker_api.h Mon Feb 16 16:32:49 2015 +0000 +++ b/us_ticker_api.h Wed Mar 04 07:31:39 2015 +0100 @@ -43,6 +43,7 @@ void us_ticker_insert_event(ticker_event_t *obj, timestamp_t timestamp, uint32_t id); void us_ticker_remove_event(ticker_event_t *obj); +int us_ticker_get_next_timestamp(timestamp_t *timestamp); #ifdef __cplusplus }