Skip to content

Commit

Permalink
Add the MePS2.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Makeblock-official committed Sep 23, 2016
1 parent 6ab5829 commit 430fae9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions makeblock/src/MeAuriga.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* \brief Driver for MeAuriga board.
* @file MeAuriga.h
* @author MakeBlock
* @version V1.0.3
* @date 2016/09/20
* @version V1.0.4
* @date 2016/09/23
* @brief Driver for MeAuriga board.
*
* \par Copyright
Expand All @@ -29,6 +29,7 @@
* Mark Yan 2016/02/20 1.0.1 Change the port enumeration
* Scott wang 2016/09/18 1.0.2 Add the PORT[15].
* Scott 2016/09/20 1.0.3 Add the PORT[16].
* Scott 2016/09/23 1.0.4 Add the MePS2.h .
* </pre>
*/
#ifndef MeAuriga_H
Expand Down Expand Up @@ -71,6 +72,7 @@
#include "MeEncoderOnBoard.h"
#include "MeOnBoardTemp.h"
#include "MeSmartServo.h"
#include "MePS2.h"

/********************* Auriga Board GPIO Map *********************************/
// struct defined in MeAuriga.h
Expand Down
6 changes: 4 additions & 2 deletions makeblock/src/MeMCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* \brief Driver for mCore Board.
* \file MeMCore.h
* @author MakeBlock
* @version V1.0.3
* @date 2016/09/20
* @version V1.0.4
* @date 2016/09/23
* @brief Driver for mCore Board.
*
* \par Copyright
Expand All @@ -30,6 +30,7 @@
* Mark Yan 2015/11/09 1.0.1 fix some comments error.
* Scott wang 2016/09/18 1.0.2 Add the PORT[15].
* Scott 2016/09/20 1.0.3 Add the PORT[16].
* Scott 2016/09/23 1.0.4 Add the MePS2.h .
* </pre>
*/
#ifndef MeMCore_H
Expand Down Expand Up @@ -70,6 +71,7 @@
#include "MeHumitureSensor.h"
#include "MeFlameSensor.h"
#include "MeGasSensor.h"
#include "MePS2.h"

/********************* Mbot Board GPIO Map *********************************/
MePort_Sig mePort[17] =
Expand Down
6 changes: 4 additions & 2 deletions makeblock/src/MeMegaPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* \brief Driver for MegaPi board.
* @file MeMegaPi.h
* @author MakeBlock
* @version V1.0.3
* @date 2016/09/20
* @version V1.0.4
* @date 2016/09/23
* @brief Driver for MegaPi board.
*
* \par Copyright
Expand All @@ -29,6 +29,7 @@
* Mark Yan 2016/03/10 1.0.1 Port mapping changes.
* Scott wang 2016/09/18 1.0.2 Add the PORT[15].
* Scott 2016/09/20 1.0.3 Add the PORT[16].
* Scott 2016/09/23 1.0.4 Add the MePS2.h .
* </pre>
*/
#ifndef MeMegaPi_H
Expand Down Expand Up @@ -72,6 +73,7 @@
#include "MeEncoderOnBoard.h"
#include "MeMegaPiDCMotor.h"
#include "MePressureSensor.h"
#include "MePS2.h"

/********************* MegaPi Board GPIO Map *********************************/
// struct defined in MeMegaPi.h
Expand Down

0 comments on commit 430fae9

Please sign in to comment.