diff options
Diffstat (limited to 'docs/source/arduino/dowhile.rst')
-rw-r--r-- | docs/source/arduino/dowhile.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/arduino/dowhile.rst b/docs/source/arduino/dowhile.rst index 697e4b7..7dffe50 100644 --- a/docs/source/arduino/dowhile.rst +++ b/docs/source/arduino/dowhile.rst @@ -22,3 +22,6 @@ Example:: delay(50); // wait for sensors to stabilize x = readSensors(); // check the sensors } while (x < 100); + + +.. include:: cc-attribution.txt
\ No newline at end of file |