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
alien/alien.cpp
- Committer:
- fy14lkaa
- Date:
- 2019-04-14
- Revision:
- 10:13e6996223d5
- Child:
- 11:df8ce6637022
File content as of revision 10:13e6996223d5:
#include "alien.h"
alien::alien()
{
}
alien::~alien()
{
}
void alien::init(int size,int speed)
{
_size = size;