From 72a96c4d5f1df99673d8ae31111e313fc576547b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 17 Nov 2010 12:43:21 -0500 Subject: arduino docs nearing completion; CC-BY-SA 3.0 notice appended to all of them --- source/arduino/dowhile.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/arduino/dowhile.rst') diff --git a/source/arduino/dowhile.rst b/source/arduino/dowhile.rst index 697e4b7..7dffe50 100644 --- a/source/arduino/dowhile.rst +++ b/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 -- cgit v1.2.3