This fork of the MBED Library allows you to use counters on the external counter pins (15/16 for Timer 3, 29/30 for Timer 2) by switching internal timing functions in MBED to utilize Timer 0

Fork of mbed-src by mbed official

Revision:
6:6dfdb79ccc45
Parent:
4:c4bfb462ca53
--- a/capi/us_ticker_api.c	Fri Mar 15 17:00:57 2013 +0000
+++ b/capi/us_ticker_api.c	Mon Mar 18 10:36:46 2013 +0000
@@ -15,6 +15,7 @@
  */
 #include <stddef.h>
 #include "us_ticker_api.h"
+#include "cmsis.h"
 
 static ticker_event_handler event_handler;
 static ticker_event_t *head = NULL;