Jason Garner / registers-example

Dependencies:   ARM registers

registers.h

Committer:
elevatorguy
Date:
2012-12-21
Revision:
0:5fa5046f2ff5
Child:
2:e26c096f1946

File content as of revision 0:5fa5046f2ff5:

#ifndef __REGISTERS_H_
#define __REGISTERS_H_

//consoladates include statements for things i've written
//that use the internal registers of the NXP LPC1768
#include "DigitalIn.h"
#include "DigitalOut.h"
#include "functions.h"
//TODO : MORE!!!!!!

#endif