# MeLib **Repository Path**: qiaoyang/MeLib ## Basic Information - **Project Name**: MeLib - **Description**: Makeblock For Arduino Library - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2014-06-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Makeblock Library ============= Library for Makeblock electronic modules This library is for replacing the Me_Lib_V2.0, the library is rebuild and improved, we recommand Makeblock customers using this library to replace the old one. How to use: 1.Before programming, we have to make a copy of libraries to the Arduino default library path. The default path is usually in "C:\Users\user name\Documents\Arduino\libraries" (Windows 7),"/Users/username/Documents/Arduino/libraries" on OSX. Your Arduino library folder should now look like this (on Windows): My Documents\Arduino\libraries\Makeblock\Makeblock.cpp My Documents\Arduino\libraries\Makeblock\Makeblock.h My Documents\Arduino\libraries\Makeblock\examples .... or like this (on Mac): Documents/Arduino/libraries/Makeblock/Makeblock.cpp Documents/Arduino/libraries/Makeblock/Makeblock.h Documents/Arduino/libraries/Makeblock/examples ... or similarly for Linux. 2.Open the Arduino Application. If already open it, you need to restart. 3.Click "File->Examples". Here are some test program. 4.For information on installing libraries, see: http://arduino.cc/en/Guide/Libraries For more infomation on using Makeblock electronic modules, please visit our wiki (http://wiki.makeblock.cc)