ads1115 only

Fork of mbed by mbed official

Revision:
4:5d1359a283bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.sct	Thu Nov 27 16:23:24 2008 +0000
@@ -0,0 +1,26 @@
+; Copyright 2008 ARM Limited. All rights reserved.
+
+FLASH_LOAD 0x0 0x00080000
+{
+
+  ER_RESET +0
+  {
+    * (VECTOR_TABLE)
+  }
+
+  ER_RO +0
+  {
+    * (+RO)
+  }
+
+  ER_RW 0x40000120
+  {    
+   * (+RW)
+  }
+
+  ER_ZI +0
+  {    
+   * (+ZI)
+  }
+
+}