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
SSE.h
00001 #ifndef SSE_H 00002 #define SSE_H 00003 00004 #include <string> 00005 #include <iostream> 00006 #include "ScreenObject.h" 00007 class SSE : public ScreenObject 00008 { 00009 public: 00010 void draw(); 00011 void update(); 00012 SSE(); 00013 bool outB(); 00014 00015 private: 00016 double x; 00017 double y; 00018 double z; 00019 }; 00020 #endif
Generated on Fri Jul 15 2022 00:38:40 by
1.7.2