mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

KL25Z/device.h

Committer:
emilmont
Date:
2012-11-09
Revision:
8:c14af7958ef5
Child:
9:663789d7729f

File content as of revision 8:c14af7958ef5:

/* mbed Microcontroller Library
 * Copyright (c) 2006-20012 ARM Limited. All rights reserved.
 */
#ifndef MBED_DEVICE_H
#define MBED_DEVICE_H

#define DEVICE_PORTIN           1
#define DEVICE_PORTOUT          1
#define DEVICE_PORTINOUT        1

#define DEVICE_INTERRUPTIN      1

#define DEVICE_ANALOGIN         1
#define DEVICE_ANALOGOUT        1

#define DEVICE_SERIAL           1

#define DEVICE_I2C              1
#define DEVICE_I2CSLAVE         0

#define DEVICE_SPI              1
#define DEVICE_SPISLAVE         0

#define DEVICE_CAN              0

#define DEVICE_RTC              0

#define DEVICE_ETHERNET         0

#define DEVICE_PWMOUT           1

#define DEVICE_LOCALFILESYSTEM  0

#define DEVICE_SLEEP            0

#define DEVICE_DEBUG_AWARENESS  0

#include "objects.h"

#endif