//=================================================
// MassDuino 2014/04/15
//
// Ardunio 3rd-party hardware package for MD8X
//	Installation Guide
//=================================================

1. Features
	> Support arduino 1.0.x and 1.5.x
	> Support bootloader by optiboot
	> Bootloader baudrate: 57600bps
	> Support board: MassDuino UNO R4.0

2. Package contents
	MassDuino_HSP_v1.0 : package root directory
	|
	+ hardware : 3rd party hardware support package
	|    |
	|    + MD : package for support arduino 1.5.x
	|    |
	|    + MD8X : package for support arduino 1.0.x
	|
	+ libraries : 3rd party hardware library
	     |
	     + MDE2PROM : e2prom library & samples
	     |
	     + MDSoftUART : Software UART library & samples

3. Installation:
	> Unzip MassDuino_HSP_v1.0.rar
	> Copy [hardware] and [libraries] directories to arduino's sketchbook direcotry
	> Restart Arduino, you will see new board from [Tools]->[Border] menu.

4. about arduino's sketchbook directory:
	You can always find this directory from [File]->[Preferences] menu.
	Here is the default sketchbook directory for most popluar system:
	> Windows: C:\Users\<Username>\Documents\Arduino
	> Mac OSX: /Users/user/Documents/Arduino
	> LINUX: /home/<Username>/sketchbook
