Arduino Playground is read-only starting December 31st, 2018. For more info please look at this Forum Post

Array Library for Arduino
Author:  Alexander Brevig
Contact: alexanderbrevig@gmail.com

Under Construction


Navigation


Current version

1.0 2009-06-13: Initial Release


History

1.0 2009-06-13: Initial Release


Description

Array is a library for the Arduino.

It is created to help simplify the handling of raw c++ arrays.


Download, install and import

Download here: Attach:Array.zip

Put the Array folder in "hardware\libraries\".
In the Arduino IDE, create a new sketch (or open one) and select from the menubar "Sketch->Import Library->Array".
Once the library is imported, an '#include <Array.h>' line will appear at the top of your Sketch.


Creation

Array<datatype> variableName = Array<datatype>( array , size );


Functions

//under construction


Example

  1. //Under constuction


FAQ

//contact me


Information about this page

Part of AlphaBeta Libraries.
Last Modified: July 13, 2009, at 07:21 AM
By: AlphaBeta