myi2c test

Committer:
mrsoundhar
Date:
Mon Jun 29 12:59:52 2015 +0000
Revision:
0:559a8e4aab60
i2c

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mrsoundhar 0:559a8e4aab60 1 /* mbed Microcontroller Library - CMSIS
mrsoundhar 0:559a8e4aab60 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
mrsoundhar 0:559a8e4aab60 3 *
mrsoundhar 0:559a8e4aab60 4 * A generic CMSIS include header, pulling in LPC1768 specifics
mrsoundhar 0:559a8e4aab60 5 */
mrsoundhar 0:559a8e4aab60 6
mrsoundhar 0:559a8e4aab60 7 #ifndef MBED_CMSIS_H
mrsoundhar 0:559a8e4aab60 8 #define MBED_CMSIS_H
mrsoundhar 0:559a8e4aab60 9
mrsoundhar 0:559a8e4aab60 10 #include "LPC17xx.h"
mrsoundhar 0:559a8e4aab60 11 #include "cmsis_nvic.h"
mrsoundhar 0:559a8e4aab60 12
mrsoundhar 0:559a8e4aab60 13 #endif