Difference between revisions of "New Sensor Draft Page"
From Microduino Wiki
(→Usage) |
(→Usage) |
||
Line 21: | Line 21: | ||
<tab name="Arduino for Microduino" style="width:75%;"> | <tab name="Arduino for Microduino" style="width:75%;"> | ||
+ | ==Key Functions== | ||
*Required Libraries: None | *Required Libraries: None | ||
*Key Functions | *Key Functions |
Latest revision as of 20:25, 15 August 2017
Contents
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