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 mbed official

Revision:
75:dc225afb6914
Parent:
66:9c8f0e3462fb
Child:
97:433970e64889
--- a/pinmap.h	Fri Dec 13 14:18:40 2013 +0200
+++ b/pinmap.h	Thu Dec 19 15:51:14 2013 +0200
@@ -34,6 +34,7 @@
 uint32_t pinmap_peripheral(PinName pin, const PinMap* map);
 uint32_t pinmap_merge     (uint32_t a, uint32_t b);
 void     pinmap_pinout    (PinName pin, const PinMap *map);
+uint32_t pinmap_find_peripheral(PinName pin, const PinMap* map);
 
 #ifdef __cplusplus
 }