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.
main.h
00001 /************************************************************************* 00002 * @file main.h 00003 * @version 1.0 00004 * @date Feb 12, 2011 00005 */ 00006 00007 #include "LPC17xx.h" 00008 00009 // registers 00010 extern LPC_GPIO_TypeDef *jmGPIO[5]; 00011 00012 // Prototypes 00013 void Inits(void); 00014 00015 // CLIG-CMD 00016 /* 00017 init Inits(); 00018 */
Generated on Tue Jul 12 2022 18:42:56 by
