example for for using the flir lepton on the stm32nucleo_401re

Dependencies:   mbed

Revision:
3:c8b4b823b01c
Parent:
2:5daa51a2ce48
--- a/main.cpp	Thu Sep 18 13:25:15 2014 +0000
+++ b/main.cpp	Sat Sep 20 04:08:12 2014 +0000
@@ -125,8 +125,6 @@
     {
         if(last_frame_number ==0)
         {
-            //wait_us(10);
-            //pc.printf(".");
         }
     }
 
@@ -151,7 +149,7 @@
         {
             frame_counter++;
             {
-                if(frame_counter%18 ==0)
+                if(frame_counter%12 ==0)
                 {
                     print_image_binary_state = 0;
                 }