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.
settings.h
00001 /* 00002 settings.h 00003 */ 00004 00005 // #define isI2C1 // unused(always enabled) 00006 // #define isGPIO0 // unused(always enabled) 00007 00008 enum chipID_e { 00009 ID_LPC824 = '0', 00010 ID_LPC1768 = '1', 00011 ID_LPC11UXX = '2', 00012 }; 00013 00014 #if defined(TARGET_SSCI824) || defined(TARGET_LPC824) 00015 #warning "tinyI2C_824.h" 00016 #include "tinyI2C_824.h" 00017 00018 #elif defined(TARGET_LPC11U35_501) || defined(TARGET_LPC11U35_401) 00019 00020 #warning "import USBDevice library" 00021 #include "tinyI2C_11U3x.h" 00022 00023 #elif defined(TARGET_LPC1768) 00024 00025 #warning "tinyI2C_1768.h" 00026 #include "tinyI2C_1768.h" 00027 00028 #endif
Generated on Wed Jul 13 2022 23:08:59 by
1.7.2