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

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Committer:
Bigcheese
Date:
Sun Mar 02 06:33:08 2014 +0000
Revision:
3:f151d08d335c
Bunch of stuff. Need to locally merge in updated USB changes.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Bigcheese 3:f151d08d335c 1 #include "PinNames.h"
Bigcheese 3:f151d08d335c 2
Bigcheese 3:f151d08d335c 3 #include <string>
Bigcheese 3:f151d08d335c 4
Bigcheese 3:f151d08d335c 5 // Get the PinName for a specific target from a string.
Bigcheese 3:f151d08d335c 6 PinName pin_name_from_string(std::string);