User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







arduino:data_types:void

Table of Contents

void

The void keyword is used only in function declarations. It indicates that the function is expected to return no information to the function from which it was called.

Example:

// actions are performed in the functions "setup" and "loop"
// but  no information is reported to the larger program
 
void setup()
{
  // ...
}
 
void loop()
{
  // ...
}

See also

function declaration

Source: arduino.cc

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
arduino/data_types/void.txt · Last modified: 2024/02/16 01:04 (external edit)

Impressum Datenschutz