Horje
arduino uno hello world Code Example
arduino uno hello world
/*
Plug you arduino board,
upload the code,
run monitor ( ctrl+shift+M )
*/
void setup() {
  Serial.begin(9600);
  pinMode(13, OUTPUT); // on led in pin 13
  Serial.print('Hello World');//show text ini monitor arduino IDE
}




Cpp

Related
0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed Code Example 0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed Code Example
how to make i/o fast in c++ Code Example how to make i/o fast in c++ Code Example
cin.tie c++ Code Example cin.tie c++ Code Example
interpreter latex matlab Code Example interpreter latex matlab Code Example
c++ hello word Code Example c++ hello word Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13