From 22ff1db8a76c7047b61a424ae1fa5f43697fcb34 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 20 Oct 2010 06:46:52 -0400 Subject: initial check-in of arduino docs in RST format (converted using wget+pandoc) --- docs/source/foo.rst | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 docs/source/foo.rst (limited to 'docs/source/foo.rst') diff --git a/docs/source/foo.rst b/docs/source/foo.rst new file mode 100644 index 0000000..d2ac4c6 --- /dev/null +++ b/docs/source/foo.rst @@ -0,0 +1,114 @@ +.. _foo: + +================================== +[temporary] Converted Arduino docs +================================== + +This is the index of the imported Arduino docs. + +.. toctree:: + :maxdepth: 2 + + abs() + analogRead() + pinMode() + Arithmetic + Arrays + Assignment + +.. attachinterrupt +.. bit +.. bitclear +.. bitread +.. bitset +.. bitshift +.. bitwiseand +.. bitwisecompound +.. bitwisexornot +.. bitwrite +.. boolean +.. booleanvariables +.. braces +.. break +.. byte +.. bytecast +.. changes +.. char +.. charcast +.. comments +.. comparison +.. const +.. constants +.. constrain +.. continue +.. cos +.. define +.. delay +.. delaymicroseconds +.. detachinterrupt +.. digitalread +.. digitalwrite +.. double +.. dowhile +.. else +.. float +.. floatcast +.. for +.. fpconstants +.. goto +.. highbyte +.. homepage +.. if +.. include +.. increment +.. incrementcompound +.. int +.. intcast +.. integerconstants +.. interrupts +.. libraries +.. long +.. longcast +.. loop +.. lowbyte +.. map +.. max +.. micros +.. millis +.. min +.. modulo +.. nointerrupts +.. notone +.. pointer +.. pow +.. pulsein +.. random +.. randomseed +.. return +.. scope +.. semicolon +.. serial +.. setup +.. shiftout +.. sin +.. sizeof +.. sqrt +.. static +.. string +.. stringobject +.. switchcase +.. tan +.. tone +.. unsignedchar +.. unsignedint +.. unsignedlong +.. void +.. volatile +.. while +.. word +.. wordcast + +.. TODO later + +.. analogreference() +.. analogWrite() -- cgit v1.2.3