This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ioio_shield_adapter_isa [2014/11/04 11:02] admin [Plugging in the IOIO] |
ioio_shield_adapter_isa [2014/11/04 11:03] (current) admin |
||
---|---|---|---|
Line 50: | Line 50: | ||
====Testing==== | ====Testing==== | ||
- | *[[http://www.richmayfield.com/wiki/files/ISATestV1.apk|ISA Test App]] for android allows you to test your shield adapter by reading Analog Inputs and providing a interface to toggle Digital Outputs. | + | *[[http://www.richmayfield.com/files/ISATestV1.apk|ISA Test App]] for android allows you to test your shield adapter by reading Analog Inputs and providing a interface to toggle Digital Outputs. |
- | *Alternately, you can download the zip archive of the project [[http://www.richmayfield.com/wiki/files/ISAtestV1.zip|here]] and compile it in eclipse. | + | *Alternately, you can download the zip archive of the project [[http://www.richmayfield.com/files/ISAtestV1.zip|here]] and compile it in eclipse. |
====Programming in Eclipse==== | ====Programming in Eclipse==== | ||
*The most recent pin mapping is available in a java class. | *The most recent pin mapping is available in a java class. | ||
- | *Download [[http://www.richmayfield.com/wiki/files/ISA.java.zip|ISA.java.zip]] | + | *Download [[http://www.richmayfield.com/files/ISA.java.zip|ISA.java.zip]] |
*Unzip it and move ISA.java to the src/(your package name)/ directory of your project. | *Unzip it and move ISA.java to the src/(your package name)/ directory of your project. | ||
*Don't forget to change the package declaration at the top to match your package. | *Don't forget to change the package declaration at the top to match your package. | ||
Line 73: | Line 73: | ||
*[[Version 2 (Current)]] | *[[Version 2 (Current)]] | ||
- | Download the [[http://www.richmayfield.com/wiki/files/ISA.java.zip|ISA Pinout Class]] and add it to your project so you don't have to worry about looking it up. | + | Download the [[http://www.richmayfield.com/files/ISA.java.zip|ISA Pinout Class]] and add it to your project so you don't have to worry about looking it up. |
=====Design===== | =====Design===== |