2 bit Bridge Driver

main.h

Committer:
jm
Date:
2011-02-19
Revision:
0:bfa30f27fe9d

File content as of revision 0:bfa30f27fe9d:

/*************************************************************************
 * @file       main.h
 * @version    1.0
 * @date       Feb 12, 2011
 */

#include "LPC17xx.h"

// registers
extern LPC_GPIO_TypeDef *jmGPIO[5];

// Prototypes
void Inits(void);

// CLIG-CMD
/*
init Inits();
*/