Hall Sensor

From LinkSprite Playgound
Revision as of 01:57, 14 April 2014 by Qian.zhang (talk | contribs)
Jump to: navigation, search

Introduction

This hall module hosts an magnetic hall sensor that senses the presence of magnetic field.

Linker hall.jpg

Schematics

Application Ideas

<syntaxhighlight lang="c">

int ledPin = 13; int out = 12;

void setup() {

  pinMode(ledPin, OUTPUT); 
  pinMode(out, INPUT);    

}

void loop() {

   if ( digitalRead(out) )    

{

          digitalWrite(ledPin,LOW ); 

}

  else

{

        digitalWrite(ledPin,HIGH); 

} } </syntaxhighlight>

How to buy

Here to buy Hall Sensor on store