Michael Spencer / Smoothie

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers version.h Source File

version.h

00001 #ifndef _VERSION__H
00002 #define _VERSION__H
00003 class Version {
00004     public:
00005         const char *get_build(void) const;
00006         const char *get_build_date(void) const;
00007 };
00008 #endif