Get accesss to GPIO Registers from serial port

Dependencies:   mbed

Committer:
jm
Date:
Sat Feb 12 16:36:31 2011 +0000
Revision:
0:35df659aaddf
General IO Command Line Interface

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jm 0:35df659aaddf 1 /*************************************************************************
jm 0:35df659aaddf 2 * @file main.h
jm 0:35df659aaddf 3 * @version 1.0
jm 0:35df659aaddf 4 * @date Feb 12, 2011
jm 0:35df659aaddf 5 */
jm 0:35df659aaddf 6
jm 0:35df659aaddf 7 #include "LPC17xx.h"
jm 0:35df659aaddf 8
jm 0:35df659aaddf 9 // registers
jm 0:35df659aaddf 10 extern LPC_GPIO_TypeDef *jmGPIO[5];
jm 0:35df659aaddf 11
jm 0:35df659aaddf 12 // Prototypes
jm 0:35df659aaddf 13 void Inits(void);
jm 0:35df659aaddf 14
jm 0:35df659aaddf 15 // CLIG-CMD
jm 0:35df659aaddf 16 /*
jm 0:35df659aaddf 17 init Inits();
jm 0:35df659aaddf 18 */