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
CopterEngine/CopterEngine.h
- Committer:
- ml16c5l
- Date:
- 2019-04-22
- Revision:
- 8:ccf827ce0072
- Child:
- 9:192ad897ec95
File content as of revision 8:ccf827ce0072:
#ifndef COPTERENGINE_H #define COPTERENGINE_H #include "mbed.h" #include "N5110.h" #include "Gamepad.h" #include "Copter.h" #include "Walls.h" class CopterEngine { public: /** Constructor */ CopterEngine(); /** Destructor */ ~CopterEngine();