The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
122:f9eeca106725
Parent:
101:7cff1c4259d7
--- a/TARGET_MAX32600MBED/TARGET_Maxim/TARGET_MAX32600/device.h	Wed May 25 16:44:06 2016 +0100
+++ b/TARGET_MAX32600MBED/TARGET_Maxim/TARGET_MAX32600/device.h	Thu Jul 07 14:34:11 2016 +0100
@@ -1,3 +1,5 @@
+// The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
+// Check the 'features' section of the target description in 'targets.json' for more details.
 /*******************************************************************************
  * Copyright (C) 2015 Maxim Integrated Products, Inc., All Rights Reserved.
  *
@@ -34,40 +36,21 @@
 #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_SERIAL           1
+
 
-#define DEVICE_SERIAL_FC        1
 
-#define DEVICE_SPI              1
 
-#define DEVICE_I2C              1
 
-#define DEVICE_SERIAL           1
 
-#define DEVICE_PWMOUT           1
 
-#define DEVICE_ANALOGIN         1
 
-#define DEVICE_ANALOGOUT        1
 
-#define DEVICE_RTC              1
 
-#define DEVICE_SLEEP            1
 
-#define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_PATTERN    1
 
-#define DEVICE_LOWPOWERTIMER    1
-
-#define DEVICE_CAN              0
-#define DEVICE_ETHERNET         0
 
 #include "objects.h"