You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/02/16 06:03:43 UTC

[7/9] incubator-mynewt-site git commit: Added etape sensor tutorial. PR #152.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/os_user_guide/index.html
----------------------------------------------------------------------
diff --git a/develop/os/os_user_guide/index.html b/develop/os/os_user_guide/index.html
index 0cb36ff..7d9f54e 100644
--- a/develop/os/os_user_guide/index.html
+++ b/develop/os/os_user_guide/index.html
@@ -550,9 +550,9 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../tutorials/blehci_project/>
+    <a href=../tutorials/nrf52_adc/>
         <span class="fa fa-arrow-left"></span>
-        Previous: BLE HCI interface
+        Previous: Add an Analog Sensor
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/STM32F303/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/STM32F303/index.html b/develop/os/tutorials/STM32F303/index.html
index 07ea871..3733065 100644
--- a/develop/os/tutorials/STM32F303/index.html
+++ b/develop/os/tutorials/STM32F303/index.html
@@ -355,19 +355,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -446,6 +433,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/add_newtmgr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/add_newtmgr/index.html b/develop/os/tutorials/add_newtmgr/index.html
index 22f7ca7..ebe6657 100644
--- a/develop/os/tutorials/add_newtmgr/index.html
+++ b/develop/os/tutorials/add_newtmgr/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -369,6 +356,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/add_shell/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/add_shell/index.html b/develop/os/tutorials/add_shell/index.html
index dbf6aaf..43428f6 100644
--- a/develop/os/tutorials/add_shell/index.html
+++ b/develop/os/tutorials/add_shell/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -369,6 +356,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/air_quality_ble/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/air_quality_ble/index.html b/develop/os/tutorials/air_quality_ble/index.html
index acc4133..da02e02 100644
--- a/develop/os/tutorials/air_quality_ble/index.html
+++ b/develop/os/tutorials/air_quality_ble/index.html
@@ -10,7 +10,7 @@
         <link rel="canonical" href="http://mynewt.apache.org/os/tutorials/air_quality_ble/"> -->
         <link rel="shortcut icon" href="../../../img/favicon.ico">
 
-	    <title>Bluetooth-enabled Air Quality Sensor - Apache Mynewt</title>
+	    <title>BLE-enabled Air Quality Sensor - Apache Mynewt</title>
 
         <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../css/highlight.css">
@@ -41,7 +41,7 @@
     </head>
 
 
-    <body class="Bluetooth-enabled Air Quality Sensor">
+    <body class="BLE-enabled Air Quality Sensor">
 
 
         <div class="container">
@@ -278,33 +278,37 @@
           
               
                 
+    <li >
+      <a href="../event_queue/">Add task to manage multiple events</a>
+    </li>
+
+              
+          
+              
+                
   
   
     <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
+  ../project-slinky/
+">Project Slinky for remote comms</a>
   
   
-    <ul>
-          
-              
-                
-    <li >
-      <a href="../air_quality_sensor/">Basic Air Quality Sensor</a>
     </li>
 
               
           
               
                 
-    <li class="active">
-      <a href="./">Bluetooth-enabled Air Quality Sensor</a>
+    <li >
+      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
-    </ul>
-  
+              
+                
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -312,7 +316,7 @@
               
                 
     <li >
-      <a href="../event_queue/">Add task to manage multiple events</a>
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
@@ -321,9 +325,7 @@
                 
   
   
-    <li><a href="
-  ../project-slinky/
-">Project Slinky for remote comms</a>
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
   
   
     </li>
@@ -333,7 +335,7 @@
               
                 
     <li >
-      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -341,7 +343,7 @@
               
                 
     <li >
-      <a href="../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -349,7 +351,7 @@
               
                 
     <li >
-      <a href="../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../blehci_project/">BLE HCI interface</a>
     </li>
 
               
@@ -358,25 +360,31 @@
                 
   
   
-    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
   
   
-    </li>
-
-              
+    <ul>
           
               
                 
     <li >
-      <a href="../ibeacon/">BLE iBeacon</a>
+      <a href="../air_quality_sensor/">Basic Air Quality Sensor</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../eddystone/">BLE Eddystone</a>
+    <li class="active">
+      <a href="./">BLE-enabled Air Quality Sensor</a>
+    </li>
+
+              
+          
+    </ul>
+  
     </li>
 
               
@@ -384,7 +392,7 @@
               
                 
     <li >
-      <a href="../blehci_project/">BLE HCI interface</a>
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
     </li>
 
               
@@ -479,7 +487,7 @@
         
       
       
-        <li>&raquo; Bluetooth-enabled Air Quality Sensor</li>
+        <li>&raquo; BLE-enabled Air Quality Sensor</li>
       
     
     
@@ -704,8 +712,8 @@ or any other application that can connect to, and read, Bluetooth data.</p>
     </li>
     <li class="pull-right">
     
-    <a href=../event_queue/>
-        Next: Add task to manage multiple events
+    <a href=../nrf52_adc/>
+        Next: Add an Analog Sensor
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/air_quality_sensor/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/air_quality_sensor/index.html b/develop/os/tutorials/air_quality_sensor/index.html
index 5744c8d..aea6c7e 100644
--- a/develop/os/tutorials/air_quality_sensor/index.html
+++ b/develop/os/tutorials/air_quality_sensor/index.html
@@ -278,19 +278,21 @@
           
               
                 
+    <li >
+      <a href="../event_queue/">Add task to manage multiple events</a>
+    </li>
+
+              
+          
+              
+                
   
   
     <li><a href="
-  ./
-">Air-quality Sensor project</a>
+  ../project-slinky/
+">Project Slinky for remote comms</a>
   
   
-    <ul>
-          
-              
-                
-    <li class="active">
-      <a href="./">Basic Air Quality Sensor</a>
     </li>
 
               
@@ -298,13 +300,15 @@
               
                 
     <li >
-      <a href="../air_quality_ble/">Bluetooth-enabled Air Quality Sensor</a>
+      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
-    </ul>
-  
+              
+                
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -312,7 +316,7 @@
               
                 
     <li >
-      <a href="../event_queue/">Add task to manage multiple events</a>
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
@@ -321,9 +325,7 @@
                 
   
   
-    <li><a href="
-  ../project-slinky/
-">Project Slinky for remote comms</a>
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
   
   
     </li>
@@ -333,7 +335,7 @@
               
                 
     <li >
-      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -341,7 +343,7 @@
               
                 
     <li >
-      <a href="../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -349,7 +351,7 @@
               
                 
     <li >
-      <a href="../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../blehci_project/">BLE HCI interface</a>
     </li>
 
               
@@ -358,9 +360,17 @@
                 
   
   
-    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+    <li><a href="
+  ./
+">Air-quality Sensor project</a>
   
   
+    <ul>
+          
+              
+                
+    <li class="active">
+      <a href="./">Basic Air Quality Sensor</a>
     </li>
 
               
@@ -368,15 +378,13 @@
               
                 
     <li >
-      <a href="../ibeacon/">BLE iBeacon</a>
+      <a href="../air_quality_ble/">BLE-enabled Air Quality Sensor</a>
     </li>
 
               
           
-              
-                
-    <li >
-      <a href="../eddystone/">BLE Eddystone</a>
+    </ul>
+  
     </li>
 
               
@@ -384,7 +392,7 @@
               
                 
     <li >
-      <a href="../blehci_project/">BLE HCI interface</a>
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
     </li>
 
               
@@ -1301,16 +1309,16 @@ Loading app image into slot 1
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../unit_test/>
+    <a href=../blehci_project/>
         <span class="fa fa-arrow-left"></span>
-        Previous: Write a Test Suite for a Package
+        Previous: BLE HCI interface
     </a>
     
     </li>
     <li class="pull-right">
     
     <a href=../air_quality_ble/>
-        Next: Bluetooth-enabled Air Quality Sensor
+        Next: BLE-enabled Air Quality Sensor
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/arduino_zero/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/arduino_zero/index.html b/develop/os/tutorials/arduino_zero/index.html
index 76b6d22..5a7ec42 100644
--- a/develop/os/tutorials/arduino_zero/index.html
+++ b/develop/os/tutorials/arduino_zero/index.html
@@ -341,19 +341,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -432,6 +419,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/blehci_project/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blehci_project/index.html b/develop/os/tutorials/blehci_project/index.html
index 0305c17..e3bc630 100644
--- a/develop/os/tutorials/blehci_project/index.html
+++ b/develop/os/tutorials/blehci_project/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -369,6 +356,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>
@@ -635,8 +643,8 @@ eir_len 23
     </li>
     <li class="pull-right">
     
-    <a href=../../os_user_guide/>
-        Next: OS User Guide
+    <a href=../air_quality_sensor/>
+        Next: Basic Air Quality Sensor
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/bleprph/bleprph-adv/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-adv/index.html b/develop/os/tutorials/bleprph/bleprph-adv/index.html
index e46264d..51f09ee 100644
--- a/develop/os/tutorials/bleprph/bleprph-adv/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-adv/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -415,6 +402,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/bleprph/bleprph-app/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-app/index.html b/develop/os/tutorials/bleprph/bleprph-app/index.html
index fd63539..c418c9a 100644
--- a/develop/os/tutorials/bleprph/bleprph-app/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-app/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -415,6 +402,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-chr-access/index.html b/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
index d4426bd..b811ac5 100644
--- a/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -415,6 +402,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-gap-event/index.html b/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
index 2b3db93..4b8bb74 100644
--- a/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -415,6 +402,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/bleprph/bleprph-intro/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-intro/index.html b/develop/os/tutorials/bleprph/bleprph-intro/index.html
index b531bc0..a12297e 100644
--- a/develop/os/tutorials/bleprph/bleprph-intro/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-intro/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -415,6 +402,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html b/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
index a83cac7..cbea8a4 100644
--- a/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -415,6 +402,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/bletiny_project/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bletiny_project/index.html b/develop/os/tutorials/bletiny_project/index.html
index 63b4787..ef8f4ce 100644
--- a/develop/os/tutorials/bletiny_project/index.html
+++ b/develop/os/tutorials/bletiny_project/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -369,6 +356,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/blinky_console/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blinky_console/index.html b/develop/os/tutorials/blinky_console/index.html
index 7702a53..d55c683 100644
--- a/develop/os/tutorials/blinky_console/index.html
+++ b/develop/os/tutorials/blinky_console/index.html
@@ -341,19 +341,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -432,6 +419,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/blinky_primo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blinky_primo/index.html b/develop/os/tutorials/blinky_primo/index.html
index e8235a0..b673864 100644
--- a/develop/os/tutorials/blinky_primo/index.html
+++ b/develop/os/tutorials/blinky_primo/index.html
@@ -341,19 +341,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -432,6 +419,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/blinky_sram_olimex/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blinky_sram_olimex/index.html b/develop/os/tutorials/blinky_sram_olimex/index.html
index 0787d90..7f147b2 100644
--- a/develop/os/tutorials/blinky_sram_olimex/index.html
+++ b/develop/os/tutorials/blinky_sram_olimex/index.html
@@ -341,19 +341,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -432,6 +419,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/eddystone/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/eddystone/index.html b/develop/os/tutorials/eddystone/index.html
index af9833c..46d6ce2 100644
--- a/develop/os/tutorials/eddystone/index.html
+++ b/develop/os/tutorials/eddystone/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -369,6 +356,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/event_queue/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/event_queue/index.html b/develop/os/tutorials/event_queue/index.html
index 84111cc..080e89e 100644
--- a/develop/os/tutorials/event_queue/index.html
+++ b/develop/os/tutorials/event_queue/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li class="active">
       <a href="./">Add task to manage multiple events</a>
     </li>
@@ -369,6 +356,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>
@@ -786,9 +794,9 @@ pkg.deps:
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../air_quality_ble/>
+    <a href=../unit_test/>
         <span class="fa fa-arrow-left"></span>
-        Previous: Bluetooth-enabled Air Quality Sensor
+        Previous: Write a Test Suite for a Package
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/ibeacon/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/ibeacon/index.html b/develop/os/tutorials/ibeacon/index.html
index 9b2f17f..ed35cc6 100644
--- a/develop/os/tutorials/ibeacon/index.html
+++ b/develop/os/tutorials/ibeacon/index.html
@@ -278,19 +278,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -369,6 +356,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a4d946d9/develop/os/tutorials/nRF52/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/nRF52/index.html b/develop/os/tutorials/nRF52/index.html
index 9812983..466e328 100644
--- a/develop/os/tutorials/nRF52/index.html
+++ b/develop/os/tutorials/nRF52/index.html
@@ -341,19 +341,6 @@
           
               
                 
-  
-  
-    <li><a href="
-  ../air_quality_sensor/
-">Air-quality Sensor project</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
     <li >
       <a href="../event_queue/">Add task to manage multiple events</a>
     </li>
@@ -432,6 +419,27 @@
 
               
           
+              
+                
+  
+  
+    <li><a href="
+  ../air_quality_sensor/
+">Air-quality Sensor project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nrf52_adc/">Add an Analog Sensor</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>