Search
 
SCRIPT & CODE EXAMPLE
 

CPP

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
}
Comment

PREVIOUS NEXT
Code Example
Cpp :: how to make i/o fast in c++ 
Cpp :: cpp boilerplate 
Cpp :: ue4 iterate tmap c++ 
Cpp :: c++ show time elapsed 
Cpp :: how to use python sleep function on c++ 
Cpp :: c++ hide console 
Cpp :: unistall lutris 
Cpp :: underline in latex 
Cpp :: vector erase not working c++ 
Cpp :: iterator on std::tuple 
Cpp :: ue4 spawn actor c++ 
Cpp :: c++ pause program 
Cpp :: fibonacci series in c++ recursive 
Cpp :: how to find index of a vector in c++ 
Cpp :: check compiler version c++ 
Cpp :: chess perft 5 
Cpp :: qt qlcdnumber change value 
Cpp :: c++ fast 
Cpp :: resizing dynamic array c++ 
Cpp :: random in c++ 
Cpp :: penjanje 
Cpp :: string to char array c++ 
Cpp :: scale window sdl2 
Cpp :: vector of structs c++ 
Cpp :: c++ main environment variables 
Cpp :: macro c++ 
Cpp :: how to play sound in c++ 
Cpp :: convert string into integer in c++ 
Cpp :: cpp mst 
Cpp :: malloc in c++ 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =