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: mbed 4DGL-uLCD-SE PinDetect
AbsAst.h
00001 #ifndef ABSAST_H 00002 #define ABSAST_H 00003 00004 #include <string> 00005 #include <iostream> 00006 #include "ScreenObject.h" 00007 00008 class AbsAst : public ScreenObject 00009 { 00010 public: 00011 virtual void draw() = 0; 00012 virtual void update() = 0; 00013 bool outB(); 00014 00015 protected: 00016 int dx; 00017 int dy; 00018 }; 00019 #endif
Generated on Fri Jul 15 2022 00:38:40 by
1.7.2