Difference between revisions of "Sensor / Trinket Template"
From Microduino Wiki
Line 48: | Line 48: | ||
*'''1x Crash Sensor''' | *'''1x Crash Sensor''' | ||
</tab> | </tab> | ||
+ | |||
+ | =Usage= | ||
+ | ==Arduino IDE== | ||
+ | <syntaxhighlight lang="cpp"> | ||
+ | digitalRead() | ||
+ | </syntaxhighlight> |
Revision as of 19:00, 22 February 2019
Contents
Introduction
The Microduino Crash Sensor is module which can detect if it is pressed or not. It acts a button or switch.
Technical Specifications
- SKU / module number: MSDS11
- Operating voltage: 5V
- Connectors: n/a
- Chip Used: n/a
- Schematics: File:Na
- Dimensions:
Compatible Pins
Use a connector wire to connect this module to either a Microduino Hub module, mCookie Hub module, mCenter+, or any other boards which accepts the standard 4-pin connector for a sensor / trinket.
This module requires a digital input compatible pin as shown below:
Hardware Setup
The bare minimum hardware configurations to used this module is as follows:
Microduino Series
mCookie Series
mCookie Series (using mCenter+)
Usage
Arduino IDE
digitalRead()