cube

Dependencies:   mbed

Fork of manworm_tv_gpu by Jared DiCarlo

Files at this revision

API Documentation at this revision

Comitter:
bwang
Date:
Tue Jan 15 23:24:16 2019 +0000
Parent:
13:9cf720873bf6
Commit message:
raster

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 9cf720873bf6 -r cd89c3c9978a main.cpp
--- a/main.cpp	Fri May 04 19:18:18 2018 +0000
+++ b/main.cpp	Tue Jan 15 23:24:16 2019 +0000
@@ -134,7 +134,8 @@
 
         if(nop) //nop delay
         {
-            asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");//asm("nop");asm("nop");asm("nop");asm("nop");
+            asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");
+            asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");
         }
         else {wait_us(1); if(i > 2) i+=1;} //wait delay 
     }