Generate up to 8 different digital waeforms from serial port

Dependencies:   mbed

Committer:
jm
Date:
Sat Feb 12 16:41:07 2011 +0000
Revision:
0:374d47623fab
jmPulse Command Line Interface Module

Who changed what in which revision?

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