Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Revision:
3:f151d08d335c
diff -r 1df0b61d3b5a -r f151d08d335c libs/Targets/Target.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libs/Targets/Target.h	Sun Mar 02 06:33:08 2014 +0000
@@ -0,0 +1,6 @@
+#include "PinNames.h"
+
+#include <string>
+
+// Get the PinName for a specific target from a string.
+PinName pin_name_from_string(std::string);