Andy Little / Mbed OS mag_test3
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers quan_time.h Source File

quan_time.h

00001 #ifndef SKYSCRAPER_MBED_QUAN_TIME_H_INCLUDED
00002 #define SKYSCRAPER_MBED_QUAN_TIME_H_INCLUDED
00003 
00004 #include "mbed.h"
00005 #include <quan/out/time.hpp>
00006 #include <quan/fixed_quantity/literal.hpp>
00007 
00008 QUAN_QUANTITY_LITERAL(time,ms);
00009 
00010 #endif