Difference between revisions of "New Sensor Draft Page"

From Microduino Wiki
Jump to: navigation, search
(Specifications)
(Arduino)
Line 14: Line 14:
 
*Key Functions
 
*Key Functions
  
 +
'''Note''': Important lines of code are highlighted
 
<syntaxhighlight lang="cpp" line highlight="1,4,8">
 
<syntaxhighlight lang="cpp" line highlight="1,4,8">
 
#include <iostream>
 
#include <iostream>

Revision as of 16:29, 31 July 2017

About

Specifications

  • CAD

Usage

Arduino

  • Required Libraries:
  • 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);

Mixly

Blocks

Scratch

Scratch is not supported.