From 8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Mon, 9 Jul 2018 22:33:29 +0200 Subject: Fixed "includes/defines/local variables" headers. --- Camera.cpp | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'Camera.cpp') diff --git a/Camera.cpp b/Camera.cpp index 95b334b..6f0fd53 100644 --- a/Camera.cpp +++ b/Camera.cpp @@ -1,33 +1,35 @@ -/* ************************************* +/* ******************************************************************* * Includes - * *************************************/ + * ******************************************************************/ #include "Camera.h" +#include -/* ************************************* +/* ******************************************************************* * Defines - * *************************************/ + * ******************************************************************/ -/* ************************************* - * Structs and enums - * *************************************/ +#define SPEED_CALCULATION_TIME ((uint8_t)3) -enum -{ - SPEED_CALCULATION_TIME = 3 -}; +/* ******************************************************************* + * Types definition + * ******************************************************************/ + +/* ******************************************************************* + * Global variables definition + * ******************************************************************/ -/* ************************************* - * Global Variables - * *************************************/ +/* ******************************************************************* + * Local variables definition + * ******************************************************************/ -/* ************************************* - * Local Variables - * *************************************/ +/* ******************************************************************* + * Local prototypes declaration + * ******************************************************************/ -/* ************************************* - * Local Prototypes - * *************************************/ +/* ******************************************************************* + * Functions definition + * ******************************************************************/ /*****************************************************************//** * @@ -59,7 +61,7 @@ void Camera::getCoordinates(int16_t* const x, int16_t* const y) /*****************************************************************//** * * \brief Event handler executed when human player presses - * left arrow button. + * left button. * *********************************************************************/ void Camera::onLeftBtnPressed(void) -- cgit v1.2.3