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: Bat/Bat.h
- Revision:
- 32:1bc731f03a30
- Parent:
- 31:eefa1d23a843
diff -r eefa1d23a843 -r 1bc731f03a30 Bat/Bat.h
--- a/Bat/Bat.h Wed May 08 12:13:28 2019 +0000
+++ b/Bat/Bat.h Wed May 08 13:15:45 2019 +0000
@@ -8,21 +8,17 @@
#include "UX.h"
/** Bat Class
-@author Shahid Zubin Sajid,
-@brief Bat charactersitics and checks for collisions
-@date May 2019
+* @author Shahid Zubin Sajid,
+* @brief Bat charactersitics and checks for collisions
+* @date May 2019
*/
class Bat
{
public:
- /**
- * @brief Constructor for the Bat Class
- */
+ /** Constructor */
Bat();
- /**
- * @brief Deconstructor for the Bat Class
- */
+ /** Deconstructor */
~Bat();
/**
* @brief Initlialises the Bat class