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.
Spacecraft.h
00001 #ifndef SPACECRAFT_H 00002 #define SPACECRAFT_H 00003 #include "Sprite.h" 00004 00005 class Spacecraft: public Sprite{ 00006 private: 00007 bool blinking; 00008 00009 public: 00010 Spacecraft(); 00011 void moveLeft(); 00012 void moveRight(); 00013 bool isBlinking(); 00014 void blink(); 00015 }; 00016 #endif
Generated on Sun Aug 7 2022 05:10:42 by
1.7.2