Difference between revisions of "Magnetic Switch"
Qian.zhang (talk | contribs) (→Schematics) |
Qian.zhang (talk | contribs) (→Features) |
||
Line 6: | Line 6: | ||
== Features == | == Features == | ||
− | Dimensions: | + | Dimensions: 20.0×24.2×10.6mm |
Net weight: 1.8g | Net weight: 1.8g | ||
+ | |||
+ | == Dimension == | ||
+ | |||
+ | [[File:magnetic switch dimension.jpg]] | ||
==Schematics== | ==Schematics== |
Revision as of 08:26, 16 June 2014
Introduction
This is a magnetic switch module with Linker kit standard connection.
Features
Dimensions: 20.0×24.2×10.6mm
Net weight: 1.8g
Dimension
Schematics
Application Ideas
test <syntaxhighlight lang="c">
const int MagneticPin=9; const int ledPin=13; void setup() {
pinMode(MagneticPin, INPUT); pinMode(ledPin,OUTPUT);
}
void loop() {
int sensorValue = digitalRead(MagneticPin); if(sensorValue==1) { digitalWrite(ledPin,HIGH); } else { digitalWrite(ledPin,LOW); } }
</syntaxhighlight>
How to buy
Here to buy Magnetic Switch on store