The official mbed C/C SDK provides the software platform and libraries to build your applications.

Fork of mbed by mbed official

Revision:
95:7e07b6fb45cf
Parent:
93:e188a91d3eaa
Child:
98:8ab26030e058
--- 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
 }