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>See <a href="https://smfsw.github.io/cI2C/">generated documentation</a></p>
|
||||
<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>
|
||||
<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://bitbucket.org/SMFSW/ci2c">cI2C bitbucket</a> - C implementation of this library</li>
|
||||
</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://bitbucket.org/SMFSW/wirewrapper">WireWrapper bitbucket</a> - Cpp implementation using Wire Wrapper </li>
|
||||
<li><a href="https://github.com/SMFSW/WireWrapper">WireWrapper github</a> - Cpp implementation using Wire Wrapper </li>
|
||||
</ul>
|
||||
</div></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>cI2C=Arduino Hardware I2C for AVR (in plain c): Release Notes</title>
|
||||
<title>cI2C=Arduino Hardware I2C for AVR (in plain c): ReleaseNotes</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@ -59,7 +59,7 @@ $(function() {
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">Release Notes </div> </div>
|
||||
<div class="title">ReleaseNotes </div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p>Arduino Hardware I2C for AVR (plain c) 2017-2018 SMFSW</p>
|
@ -65,7 +65,7 @@ $(function() {
|
||||
<div class="textblock">Here is a list of all related documentation pages:</div><div 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_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>
|
||||
</div><!-- directory -->
|
||||
</div><!-- contents -->
|
||||
|
@ -1,4 +1,4 @@
|
||||
var searchData=
|
||||
[
|
||||
['release_20notes',['Release Notes',['../md__release__notes.html',1,'']]]
|
||||
['releasenotes',['ReleaseNotes',['../md__release_notes.html',1,'']]]
|
||||
];
|
||||
|
@ -1,4 +1,4 @@
|
||||
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