Benny Andersen / microbitOLED

Dependencies:   microbit

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers cppNorm.h Source File

cppNorm.h

00001 #ifndef microbitOLED_cppNorm
00002 #define microbitOLED_cppNorm
00003 
00004 #define string ManagedString
00005 #define to_string(x) ManagedString(x)
00006 
00007 #endif