From 239f77ce49fb0a11c6ef2b59825c7e772ebad11e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 27 Aug 2014 18:15:33 -0400 Subject: docs: first pass removal of Maple IDE info --- docs/source/lang/api/random.rst | 3 +-- docs/source/lang/api/randomseed.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/source/lang/api') diff --git a/docs/source/lang/api/random.rst b/docs/source/lang/api/random.rst index 9875ee6..42b0112 100644 --- a/docs/source/lang/api/random.rst +++ b/docs/source/lang/api/random.rst @@ -46,8 +46,7 @@ Example The following sketch initializes the random seed based on an :ref:`ADC ` reading of pin 0. If this pin is unconnected, the Sketch -should print different values to the :ref:`serial monitor -` each time it is run:: +should print different values to the serial port monitor each time it is run:: long randNumber; diff --git a/docs/source/lang/api/randomseed.rst b/docs/source/lang/api/randomseed.rst index ca7b75f..86a4088 100644 --- a/docs/source/lang/api/randomseed.rst +++ b/docs/source/lang/api/randomseed.rst @@ -35,8 +35,7 @@ Example The following sketch initializes the random seed based on an :ref:`ADC ` reading of pin 0. If this pin is unconnected, the Sketch -should print different values to the :ref:`serial monitor -` each time it is run:: +should print different values to the serial port monitor each time it is run:: long randNumber; -- cgit v1.2.3