Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE mbed-rtos mbed
Command.h
00001 #ifndef COMMAND_H 00002 #define COMMAND_H 00003 #include "uLCD_4DGL.h" 00004 /** 00005 * Class represents a uLCD command. 00006 */ 00007 class Command { 00008 public: 00009 /** 00010 * Executes the command on the target uLCD. 00011 * @param uLCD the lcd to execute the command on. 00012 */ 00013 virtual void execute(uLCD_4DGL* uLCD) = 0; 00014 }; 00015 #endif
Generated on Thu Jul 14 2022 00:24:34 by
1.7.2