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.
Hero/Hero.cpp
- Committer:
- el17ttds
- Date:
- 2019-05-05
- Revision:
- 2:ee9b361ba6df
- Child:
- 3:3d35ab70b565
File content as of revision 2:ee9b361ba6df:
#include "Hero.h"
Hero::Hero() {
}
Hero::~Hero() {
}
void Hero::draw(N5110 &lcd) {
    lcd.drawCircle(39,22,5,FILL_TRANSPARENT);
}