Skip to content

Commit

Permalink
Merge pull request Makeblock-official#14 from knowncold/master
Browse files Browse the repository at this point in the history
改了一下Revision of history的排版
  • Loading branch information
YanMinge authored Aug 24, 2016
2 parents b5d78ce + ccf8948 commit 0296f74
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
# Makeblock Library v3.24

Revision of history:
Author Time Version Descr
Mark Yan 2015/07/24 3.0.0 Rebuild the old lib.
Rafael Lee 2015/09/02 3.1.0 Added some comments and macros.
Lawrence 2015/09/09 3.2.0 Include some Arduino's official headfiles which path specified.
Mark Yan 2015/11/02 3.2.1 fix bug on MACOS.
Mark Yan 2016/01/21 3.2.2 fix some library bugs.
Mark Yan 2016/05/17 3.2.3 add support for MegaPi and Auriga Board.
Mark Yan 2016/07/27 3.2.4 fix some JIRA issue, add PID motion for Megapi/Auriga on board encoder motor.

Arduino Library for Makeblock Electronic Modules

How to use:
###How to use:

1. Download the source from the git https://github.com/Makeblock-official/Makeblock-Libraries

2. copy the makeblock folder to your arduino default library. Your Arduino library folder should now look like this
(on Windows): [arduino installation directory]\libraries\makeblock\src
(On MACOS): [arduino Package Contents]\contents\Jave\libraries\makeblock\src
2. copy the makeblock folder to your arduino default library. Your Arduino library folder should now look like this
(on Windows): [arduino installation directory]\libraries\makeblock\src
(on MACOS): [arduino Package Contents]\contents\Jave\libraries\makeblock\src

3. Open the Arduino Application. (If it's already open, you will need to restart it to see changes.)

4. Click "File-> Examples". Here are some test programs in MakeBlockDrive-> example
4. Click "File-> Examples". Here are some test programs in "MakeBlockDrive-> example"

5. Depending on the type of board you're using, you need to modify the header file to match.
For example, if you're using a mCore. You should change "#include <MeOrion.h>" to "#include <MeMCore.h>"
For example, if you're using a mCore. You should change `#include <MeOrion.h>` to `#include <MeMCore.h>`
Corresponding boards and there header file are:

Orion <--------> MeOrion.h
Expand All @@ -39,3 +29,14 @@ How to use:
Auriga <-------> MeAuriga.h

MegaPi <-------> MeMegaPi.h

###Revision of history:
|Author | Time | Version | Descr |
| -------- | :-----: | :----: | :----: |
|Mark Yan | 2015/07/24 | 3.0.0 | Rebuild the old lib.|
|Rafael Lee | 2015/09/02 | 3.1.0 | Added some comments and macros.|
|Lawrence | 2015/09/09 | 3.2.0 | Include some Arduino's official headfiles which path specified.|
|Mark Yan | 2015/11/02 | 3.2.1 | fix bug on MACOS.|
|Mark Yan | 2016/01/21 | 3.2.2 | fix some library bugs.|
|Mark Yan | 2016/05/17 | 3.2.3 | add support for MegaPi and Auriga Board.|
|Mark Yan | 2016/07/27 | 3.2.4 | fix some JIRA issue, add PID motion for Megapi/Auriga on board encoder motor.|

0 comments on commit 0296f74

Please sign in to comment.