ELEC2645 Embedded Systems Project (JOYSTICK)

Dependencies:   N5110 SDFileSystem mbed

Files at this revision

API Documentation at this revision

Comitter:
wuchyi
Date:
Sat May 07 14:45:02 2016 +0000
Parent:
3:cea8b85dbbdd
Commit message:
updated documentation

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
main.h Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat May 07 14:38:27 2016 +0000
+++ b/main.cpp	Sat May 07 14:45:02 2016 +0000
@@ -1,3 +1,11 @@
+
+/**
+@file main.cpp
+ 
+@brief Program implementation
+ 
+*/
+
 #include "main.h"
 
 int main()
--- a/main.h	Sat May 07 14:38:27 2016 +0000
+++ b/main.h	Sat May 07 14:45:02 2016 +0000
@@ -14,7 +14,6 @@
 /**  
 @namespace lcd
 @brief Define output pins for lcd display
-VCC,    SCE,  RST,    D/C,   MOSI,  SCLK,   LED
 */
 
 N5110 lcd (PTE26 , PTA0 , PTC4 , PTD0 , PTD2 , PTD1 , PTC3);
@@ -22,7 +21,6 @@
 /**  
 @namespace sd
 @brief Define output pins for SD card
-VCC,    SCE,  RST,    D/C,   MOSI,  SCLK,   LED
 */
 SDFileSystem sd(PTE3, PTE1, PTE2, PTE4, "sd");