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
Reset.h
- Committer:
- Mkuchnik3
- Date:
- 2015-03-11
- Revision:
- 0:15002a72309b
File content as of revision 0:15002a72309b:
#ifndef RESET_H
#define RESET_H
#include "Command.h"
#include "uLCD_4DGL.h"
class Reset: public Command {
    virtual void execute(uLCD_4DGL* uLCD);
};
#endif