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.
DisplayX.h
00001 #pragma once 00002 #include <string> 00003 00004 class DisplayX{ 00005 00006 public: 00007 virtual void setEndScreen() = 0; 00008 virtual void setStartScreen() = 0 ; 00009 virtual void setMessageScreen(std::string message) = 0; 00010 virtual void setMissionScreen(std::string description, int distance, int radius) = 0; 00011 00012 };
Generated on Fri Jul 22 2022 16:00:05 by
1.7.2