Difference between revisions of "New Sensor Draft Page"

From Microduino Wiki
Jump to: navigation, search
(Usage)
(Usage)
 
(4 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
=Usage=
 
=Usage=
  
<tabs style="color:{{#if:{{{1|}}}|green|red}}">
+
<tabs style="width:100%; color:{{#if:{{{1|}}}|green|red}}">
<tab name="Arduino for Microduino">Content1</tab>
 
<tab name="Mixly">Content2</tab>
 
<tab name="Scratch">Content3</tab>
 
</tabs>
 
  
 
+
<tab name="Arduino for Microduino" style="width:75%;">
==Arduino==
+
==Key Functions==
 
*Required Libraries: None
 
*Required Libraries: None
 
*Key Functions
 
*Key Functions
Line 40: Line 36:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
Download the above example: [[File:File.zip]]
 
Download the above example: [[File:File.zip]]
 +
</tab>
  
==Mixly==
+
<tab name="Mixly">
 
Blocks
 
Blocks
 +
</tab>
  
==Scratch==
+
<tab name="Scratch">
Scratch is currently not supported.
+
More blocks
 +
</tab>
 +
</tabs>

Latest revision as of 20:25, 15 August 2017

About

Specifications

  • Important Components
    • MPU6050
    • BMP
  • Pinout
  • Compatible Pins
  • I2C Address

Downloads

  • CAD
  • Schematic
  • Chipset Datasheet
  • Other files

Usage

Key Functions

  • 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