MY TRAIAL (1)

Dependencies:   FATFileSystem GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP mbed-rtos mbed

Fork of GR-PEACH_NTSC_in_2ch_MOD_try by Hirofumi Inomata

I put an OVERVIEW in the blow URL. https://developer.mbed.org/users/digiponta/notebook/my-trial-ar--vr-2-eyes-display-goes-by-a-gr-peach/

Revision:
1:fa4f4543bcdd
Parent:
0:f8cb87301ad8
--- a/main.cpp	Mon Aug 08 12:59:36 2016 +0000
+++ b/main.cpp	Mon Sep 05 11:01:11 2016 +0000
@@ -205,6 +205,11 @@
     Thread::wait(200);
     lcd_cntrst.write(1.0);
 
+    // TEST
+    FILE *fp = fopen( "/SD/test.txt", "rw" );
+        fprintf( fp, "test" );
+    fclose( fp );
+    
     while (1) {
         led_blue = !led_blue;
         Thread::wait(1000);