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: Coin/Coin.h
- Revision:
- 25:aa145767fda5
- Parent:
- 21:20478f086bc2
- Child:
- 28:be77ad6c0bda
--- a/Coin/Coin.h Wed Apr 24 17:38:41 2019 +0000 +++ b/Coin/Coin.h Wed Apr 24 17:58:35 2019 +0000 @@ -1,13 +1,13 @@ +#ifndef COIN_H +#define COIN_H + +#include "mbed.h" + /** Coin Class * @brief Generates a coin for the skateboarder to collect * @author Lewis Wooltorton * @date April 2019 */ -#ifndef COIN_H -#define COIN_H - -#include "mbed.h" - class Coin { public: // Constructor and Destructor.