Basic fading in and out of leds with light sensor.

Dependencies:   mbed

Committer:
mturner5
Date:
Mon Sep 19 03:24:58 2016 +0000
Revision:
0:cf7af2656659
Basic v1

Who changed what in which revision?

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