mirror of
https://github.com/SMFSW/cI2C
synced 2024-11-22 09:54:23 +01:00
parent
239c27cc6a
commit
5555f26da1
@ -149,15 +149,13 @@ $(function() {
|
|||||||
<p>Doxygen doc can be generated using "Doxyfile".</p>
|
<p>Doxygen doc can be generated using "Doxyfile".</p>
|
||||||
<p>See <a href="https://smfsw.github.io/cI2C/">generated documentation</a></p>
|
<p>See <a href="https://smfsw.github.io/cI2C/">generated documentation</a></p>
|
||||||
<h2>Release Notes</h2>
|
<h2>Release Notes</h2>
|
||||||
<p>See [release notes]("https://github.com/SMFSW/cI2C/Release Notes.md")</p>
|
<p>See <a class="el" href="md__release_notes.html">release notes</a></p>
|
||||||
<h2>See also</h2>
|
<h2>See also</h2>
|
||||||
<p><b>cI2C</b></p><ul>
|
<p><b>cI2C</b></p><ul>
|
||||||
<li><a href="https://github.com/SMFSW/cI2C">cI2C github</a> - C implementation of this library</li>
|
<li><a href="https://github.com/SMFSW/cI2C">cI2C github</a> - C implementation of this library</li>
|
||||||
<li><a href="https://bitbucket.org/SMFSW/ci2c">cI2C bitbucket</a> - C implementation of this library</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<p><b>WireWrapper</b></p><ul>
|
<p><b>WireWrapper</b></p><ul>
|
||||||
<li><a href="https://github.com/SMFSW/WireWrapper">WireWrapper github</a> - Cpp implementation using Wire Wrapper </li>
|
<li><a href="https://github.com/SMFSW/WireWrapper">WireWrapper github</a> - Cpp implementation using Wire Wrapper </li>
|
||||||
<li><a href="https://bitbucket.org/SMFSW/wirewrapper">WireWrapper bitbucket</a> - Cpp implementation using Wire Wrapper </li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div></div><!-- contents -->
|
</div></div><!-- contents -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
@ -65,7 +65,7 @@ $(function() {
|
|||||||
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
|
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
|
||||||
<table class="directory">
|
<table class="directory">
|
||||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__r_e_a_d_m_e.html" target="_self">cI2C [![Build Status](https://travis-ci.org/SMFSW/cI2C.svg?branch=master)](https://travis-ci.org/SMFSW/cI2C)</a></td><td class="desc"></td></tr>
|
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__r_e_a_d_m_e.html" target="_self">cI2C [![Build Status](https://travis-ci.org/SMFSW/cI2C.svg?branch=master)](https://travis-ci.org/SMFSW/cI2C)</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__release__notes.html" target="_self">Release Notes</a></td><td class="desc"></td></tr>
|
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="md__release_notes.html" target="_self">ReleaseNotes</a></td><td class="desc"></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- directory -->
|
</div><!-- directory -->
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['release_20notes',['Release Notes',['../md__release__notes.html',1,'']]]
|
['releasenotes',['ReleaseNotes',['../md__release_notes.html',1,'']]]
|
||||||
];
|
];
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['release_20notes',['Release Notes',['../md__release__notes.html',1,'']]]
|
['releasenotes',['ReleaseNotes',['../md__release_notes.html',1,'']]]
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user