J.W. BRUCE / TTU_CSC1300

Dependents:   CSC1300_EduBaseV2_Lab0 mbed_blinky EduBaseV2_Lab0 mbed_blinky ... more

Revision:
3:8f43225dc286
Parent:
2:b1b9fba116c2
Child:
4:404f4e33c3ce
--- a/TTU_CSC1300.h	Mon Jun 29 17:15:27 2020 +0000
+++ b/TTU_CSC1300.h	Mon Jun 29 17:19:02 2020 +0000
@@ -252,10 +252,10 @@
      *
      * @param c     A LCDCursor type denoted the cursor and blink
      *
-     * @see TextLCD::LCD_CURSOR_OFF_BLINKING_OFF    No cursor and no blinking block
-     * @see TextLCD::LCD_CURSOR_OFF_BLINKING_ON     No cursor and but blinking block
-     * @see TextLCD::LCD_CURSOR_ON_BLINKING_OFF     Underline cursor and no blinking block
-     * @see TextLCD::LCD_CURSOR_ON_BLINKING_ON      Both underlinecursor and blinking block
+     * @see TextLCD::LCD_CURSOR_OFF_BLINKING_OFF
+     * @see TextLCD::LCD_CURSOR_OFF_BLINKING_ON
+     * @see TextLCD::LCD_CURSOR_ON_BLINKING_OFF
+     * @see TextLCD::LCD_CURSOR_ON_BLINKING_ON
      */
     void setCursor(LCDCursor c);