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

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Target.h Source File

Target.h

00001 #include "PinNames.h"
00002 
00003 #include <string>
00004 
00005 // Get the PinName for a specific target from a string.
00006 PinName pin_name_from_string(std::string);