Capcha:- 0Ω+/- 5% Confirmation code residtor color code

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
tim036
 
Posts: 19
Joined: Fri Jul 19, 2013 6:47 am

Capcha:- 0Ω+/- 5% Confirmation code residtor color code

Post by tim036 »

I'm color blind, So I have zero chance of doing this !

How do I reply to the thread I started when I meet this Captcha ?

A very very frustrated

Tim

this is my reply to the thread I was responding to..

the Example program has this in it.

// include the library code:
#include <Wire.h>
#include <Adafruit_MCP23017.h>
#include <Adafruit_RGBLCDShield.h>

But can not find 'Adafruit_MCP23017.h'

I have not managed to find Wire.h etc

I'm using Linux Ubuntu 14.04

I have put the correct file into the HOME directory /sketchbook/libraries/Adafruit_MCP23017.h

so maybe the secret is to find where wire.h is ?

a very puzzled.

Tim

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Capcha:- 0Ω+/- 5% Confirmation code residtor color cod

Post by adafruit_support_rick »

Tim036 wrote:I have put the correct file into the HOME directory /sketchbook/libraries/Adafruit_MCP23017.h
that is not correct. You need to have the entire library (Adafruit_MCP23017.h, Adafruit_MCP23017.cpp, examples folder, etc) inside a folder named "Adafruit_MCP23017". That folder should be inside of your sketchbook/libraries folder.

Please see out tutorial on installing libraries:
https://learn.adafruit.com/adafruit-all ... nstall-use

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”