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.
registers.h
- Committer:
- elevatorguy
- Date:
- 2013-01-03
- Revision:
- 3:88da6c0412b0
- Parent:
- 2:e26c096f1946
- Child:
- 4:6ed8900881e8
File content as of revision 3:88da6c0412b0:
#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 "Serial.h"
#include "functions.h"
#include "Timer.h"
#include "Ticker.h"
//TODO : MORE!!!!!!
#endif