Difference between revisions of "New Sensor Draft Page"
From Microduino Wiki
(→Usage) |
(→Usage) |
||
Line 19: | Line 19: | ||
<tabs style="color:{{#if:{{{1|}}}|green|red}}"> | <tabs style="color:{{#if:{{{1|}}}|green|red}}"> | ||
− | |||
− | |||
− | |||
− | |||
− | + | <tab name="Arduino for Microduino"> | |
− | |||
*Required Libraries: None | *Required Libraries: None | ||
*Key Functions | *Key Functions | ||
Line 40: | Line 35: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Download the above example: [[File:File.zip]] | Download the above example: [[File:File.zip]] | ||
+ | </tab> | ||
− | = | + | <tab name="Mixly"> |
Blocks | Blocks | ||
+ | </tab> | ||
− | = | + | <tab name="Scratch"> |
− | + | More blocks | |
+ | </tab> | ||
+ | </tabs> |
Revision as of 19:48, 15 August 2017
Contents
About
Specifications
- Important Components
- MPU6050
- BMP
- Pinout
- Compatible Pins
- I2C Address
Downloads
- CAD
- Schematic
- Chipset Datasheet
- Other files
Usage
- Required Libraries: None
- Key Functions
Note: Important lines of code are highlighted
#include <iostream>
void function(int i){
int pinNum = 10;
digitalWrite(pinNum, HIGH);
delay(10);
digitalWrite(pinNum, LOW);
}
Download the above example: File:File.zip
Blocks
More blocks