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
SnakeTail/SnakeTail.cpp
- Committer:
- sdlashmar
- Date:
- 2020-05-19
- Revision:
- 6:964cc4896627
- Parent:
- 5:256e5e0b6cd7
- Child:
- 7:c67a5c6a874f
File content as of revision 6:964cc4896627:
#include "SnakeTail.h"
SnakeTail::SnakeTail()
{
}
SnakeTail::~SnakeTail()
{
}
void SnakeTail::set_length(int length)
{
_length = length;
}
void SnakeTail::draw_tail(N5110 &lcd, Vector2D headPos)
{
}