Sparkfun: Mini Photocell

From eLinux.org
Revision as of 11:59, 23 September 2012 by Popenhjc (talk | contribs) (Inputs and Outputs)
Jump to: navigation, search


Overview

The: product. The datasheet.


Inputs and Outputs

As for inputs and outputs, the object is basically a resistor and thus should be read from the analog input pins. To work with the analog input, you must put 1k ohm resistor from analog ground to the analog input you choose then connect the sensor from the analog VDD to the analog input you choose. The input voltage can then be read by the processor to interpret the amount of light in the room.

Bone Usage

Reading and Interpreting Analog Input Data

Sample C Code