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
Diff: Alien/Alien.cpp
- Revision:
- 15:dde4ce4bf7fe
- Parent:
- 14:e88bcf5c0887
- Child:
- 17:8b1d16d56ad2
--- a/Alien/Alien.cpp Fri Apr 03 11:19:53 2020 +0000 +++ b/Alien/Alien.cpp Mon Apr 06 15:37:02 2020 +0000 @@ -40,5 +40,10 @@ void Alien::set_life(bool x){ Alive = x; - } +} +bool Alien::get_life(){ + bool x = Alive; + return x; +} +