User Tools

Site Tools


arduino:data_types:void

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arduino:data_types:void [2024/02/16 01:04] (current)
Line 1: Line 1:
 +====== 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:   ====
 +<code arduino>
 +// actions are performed in the functions "setup" and "loop"
 +// but  no information is reported to the larger program
 +
 +void setup()
 +{
 +  // ...
 +}
 +
 +void loop()
 +{
 +  // ...
 +}
 +</code> 
 +
 +====See also   ====
 +
 +[[FunctionDeclaration | 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