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

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

libs/Targets/Target.h

Committer:
Bigcheese
Date:
2014-03-02
Revision:
3:f151d08d335c

File content as of revision 3:f151d08d335c:

#include "PinNames.h"

#include <string>

// Get the PinName for a specific target from a string.
PinName pin_name_from_string(std::string);