diff options
Diffstat (limited to 'source/arduino/void.rst')
-rw-r--r-- | source/arduino/void.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/arduino/void.rst b/source/arduino/void.rst index 1d3bf8e..82f9606 100644 --- a/source/arduino/void.rst +++ b/source/arduino/void.rst @@ -16,17 +16,17 @@ Example: // actions are performed in the functions "setup" and "loop" // but no information is reported to the larger program - + void setup() { // ... } - + void loop() { // ... } - + @@ -37,4 +37,4 @@ See also -.. include:: cc-attribution.txt
\ No newline at end of file +.. include:: cc-attribution.txt |