ads1115 only

Fork of mbed by mbed official

Revision:
123:b0220dba8be7
Parent:
122:f9eeca106725
Child:
124:2241e3a39974
--- a/mbed.h	Thu Jul 07 14:34:11 2016 +0100
+++ b/mbed.h	Fri Aug 12 13:04:35 2016 +0200
@@ -16,7 +16,15 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 122
+#define MBED_LIBRARY_VERSION 123
+
+#if MBED_CONF_RTOS_PRESENT
+#include "rtos/rtos.h"
+#endif
+
+#if MBED_CONF_NSAPI_PRESENT
+#include "network-socket/nsapi.h"
+#endif
 
 #include "toolchain.h"
 #include "platform.h"