Skip to content

Commit 4e956f0

Browse files
committed
Update HTML docs at root of learn folder
1 parent f4bd937 commit 4e956f0

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

Learn/Simple Libraries Index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,13 @@ <h3 style="font-family:verdana;">Sensor</h3>
368368
</p>
369369

370370

371+
<p>
372+
<blockquote>
373+
<a href="Simple%20Libraries/Sensor/liblis3dh/Documentation%20lis3dh%20Library.html" target="_blank">lis3dh.h</a> - For measuring 3D acceleration, with the LIS3DH.
374+
</blockquote>
375+
</p>
376+
377+
371378
<p>
372379
<blockquote>
373380
<a href="Simple%20Libraries/Sensor/liblsm9ds1/Documentation%20lsm9ds1%20Library.html" target="_blank">lsm9ds1.h</a> - For measuring 3D accelerometer, gyroscope, and magnetometer

Learn/Update Your Learn Folder.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,32 @@ <h2 style="font-family:verdana;">Update History</h2>
5656

5757

5858
<p>
59-
Update 7/1/2019
59+
Update 2/3/2020 v1.4.144
60+
<br>
61+
<ul>
62+
<li>Update HTML docs at root of learn folder (this one included).</li>
63+
</ul>
64+
</p>
65+
66+
<p>
67+
Update 2/3/2020 v1.4.143
68+
<br>
69+
<ul>
70+
<li>Remove residual development files that were in demo branch but are not needed by SimpleIDE users.</li>
71+
</ul>
72+
</p>
73+
74+
<p>
75+
Update 2/3/2020 v1.4.140
76+
<br>
77+
<ul>
78+
<li>Add libraries and example programs for the LIS3DH 3-axis accelerometer.</li>
79+
</ul>
80+
</p>
81+
82+
<p>
83+
Update 7/2/2019 <a href="https://github.com/parallaxinc/Simple-Libraries/releases/tag/v1.4.137" target="_blank">Simple Libraries v1.4.137</a>
84+
<br>
6085
<ul>
6186
<li>Example programs for new libraries: ePaper (il3820.h with simplegfx.h support)
6287
and environmental sensing (bme680.h).</li>
@@ -75,7 +100,7 @@ <h2 style="font-family:verdana;">Update History</h2>
75100
<li>gps library - Add functions for determining GPS unit's talker ID.</li>
76101

77102
<br>
78-
The rest of the items in this 7/1/2019 list are library adjustments for reliability.
103+
The rest of the items in this 7/2/2019 list are library adjustments for reliability.
79104
They do not change the way you will write your programs.
80105
<br><br>
81106

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.143
1+
v1.4.144

0 commit comments

Comments
 (0)