compiler tips

Version Checking in mbed

#if (MBED_LIBRARY_VERSION < 122)
#error "this library uses class 'Callback" and requires Version >= 122", please update mbed lib first
#endif


Please log in to post comments.