Skip to content

Commit 8d7fa53

Browse files
committed
abdrive360/abcalibrate360 doc updateds, bug fix & link docs in dht22 library
Update version number d5f1b74 abdrive360/abcalibrate360 libraries - update docs with editor comments 322ab97 Update and link DHT22 Temperature and Humidity library 1a53b2f
1 parent 12f10a6 commit 8d7fa53

File tree

94 files changed

+4189
-5197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+4189
-5197
lines changed

Learn/Simple Libraries Index.html

+7
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@ <h3 style="font-family:verdana;">Sensor</h3>
294294
</p>
295295

296296

297+
<p>
298+
<blockquote>
299+
<a href="Simple%20Libraries/Sensor/libdht22/Documentation%20dht22%20Library.html" target="_blank">dht22.h</a> - For measurements with the DHT22 Temperature & Humidity Sensor.
300+
</blockquote>
301+
</p>
302+
303+
297304
<p>
298305
<blockquote>
299306
<a href="Simple%20Libraries/Sensor/libfingerprint/Documentation%20fingerprint%20Library.html" target="_blank">fingerprint.h</a> - For reading the WaveShare fingerprint scanner

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/Documentation abcalibrate360 Library.html

+52-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/Doxyfile.doxyfile

+998-1,654
Large diffs are not rendered by default.

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/abcalibrate360.h

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @author Andy Lindsay
55
*
6-
* @copyright Copyright (C) Parallax, Inc. 2013. See end of file for
6+
* @copyright Copyright (C) Parallax, Inc. 2018. See end of file for
77
* terms of use (MIT License).
88
*
99
* @brief This library has a functions you can call to calibrate your
@@ -26,13 +26,11 @@
2626
* @par Memory Models
2727
* Use with CMM.
2828
*
29-
* @version 0.90
29+
* @version v0.90
3030
* @li add cal_servoPins and cal_encoderPins to change from default
31-
* I/O connections to ActivityBot servos and encoders. Values used
32-
* will persist in EEPROM and be used by the abdrive library.
31+
* I/O connections to ActivityBot 360 servos and feedback lines. Values used
32+
* will persist in EEPROM and be used by the abdrive360 library.
3333
*
34-
* @version v0.90
35-
*
3634
* @par Help Improve this Library
3735
* Please submit bug reports, suggestions, and improvements to this code to
3836
@@ -129,9 +127,9 @@ void cal_activityBot(void);
129127
/**
130128
@brief Set the ActivityBot 360's servo pin connections to values
131129
other than the default P12 (left servo) and P13 (right servo).
132-
This function stores values in EEPROM where the abdrive library
133-
can access them. So, the abdrive library will expect the
134-
servos to be connected to the I/O pins specified by the
130+
This function stores values in EEPROM where the abdrive360 library
131+
can access them. So, the abdrive360 library will expect the
132+
servos to be connected to the Propeller I/O pins specified by the
135133
servoPinLeft and servoPinRight parameters.
136134
137135
@param servoPinLeft Number of I/O pin connected to the left servo.
@@ -145,13 +143,15 @@ void cal_servoPins(int servoPinLeft, int servoPinRight);
145143
@brief Set the ActivityBot 360's feedback pin connections to
146144
something other than the default P14 (left feedback) and P15
147145
(right feedback). This function stores values in EEPROM where
148-
the abdrive library can access them. So, the abdrive library
146+
the abdrive360 library can access them. So, the abdrive360 library
149147
will expect the feedback pins to be connected to the I/O pins
150-
specified by the encPinLeft and encPinRight parameters.
148+
specified by the fbPinLeft and fbPinRight parameters.
151149
152-
@param fbPinLeft Number of I/O pin connected to the left encoder.
150+
@param fbPinLeft Number of Propeller I/O pin connected to the left
151+
encoder.
153152
154-
@param fbPinRight Number of I/O pin connected to the right encoder.
153+
@param fbPinRight Number of Propeller I/O pin connected to the right
154+
encoder.
155155
*/
156156
void cal_encoderPins(int fbPinLeft, int fbPinRight);
157157

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/html/abcalibrate360_8h.html

+52-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/html/abcalibrate360_8h_source.html

+133-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/html/dir_32b74dcabc46a4862d834c67449559ba.html

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/html/dir_384a61938988e6f4115bd4d2173e9639.html

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/html/dir_439c5fb02ee0367c3ff7fe138c795dfa.html

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/html/dir_75bfea092181b605b8b819009f61b925.html

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/html/dir_8532600d32d739c29480f813ba74e5bb.html

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)