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

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Committer:
Michael J. Spencer
Date:
Fri Feb 28 18:52:52 2014 -0800
Revision:
2:1df0b61d3b5a
Update to latest Smoothie.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Michael J. Spencer 2:1df0b61d3b5a 1 #ifndef _VERSION__H
Michael J. Spencer 2:1df0b61d3b5a 2 #define _VERSION__H
Michael J. Spencer 2:1df0b61d3b5a 3 class Version {
Michael J. Spencer 2:1df0b61d3b5a 4 public:
Michael J. Spencer 2:1df0b61d3b5a 5 const char *get_build(void) const;
Michael J. Spencer 2:1df0b61d3b5a 6 const char *get_build_date(void) const;
Michael J. Spencer 2:1df0b61d3b5a 7 };
Michael J. Spencer 2:1df0b61d3b5a 8 #endif