Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TRP105F_Spline by
CODE_SELECTIVE.h
00001 #ifndef TRP105FS_CODE_SELECTIVE_H 00002 #define TRP105FS_CODE_SELECTIVE_H 00003 /*------------------------------------*/ 00004 #if defined(TARGET_LPC1768) 00005 #define HAS_COM_TO_CONSOLE 00006 #define HAS_LOCAL_FILE_SYSTEM 00007 00008 #elif defined(TARGET_LPC1114) 00009 00010 #else 00011 00012 #endif 00013 00014 00015 /*------------------------------------*/ 00016 #endif
Generated on Wed Jul 13 2022 16:11:45 by
1.7.2
