1
0
mirror of https://github.com/SMFSW/cI2C synced 2024-05-29 07:08:07 +02:00
cI2C/html/md__release__notes.html
2018-05-03 17:38:27 +00:00

126 lines
5.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<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>
<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>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">cI2C=Arduino Hardware I2C for AVR (in plain c)
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Release Notes </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Arduino Hardware I2C for AVR (plain c) 2017-2018 SMFSW</p>
<ul>
<li>cI2C is set to work on AVR targets only -&gt; for other targets, you may use WireWrapper instead (will be using Wire) -&gt; cI2C &amp; WireWrapper libs declare same structures &amp; functions as seen from the outside (switch between libs without changing anyhting but the include)</li>
</ul>
<p>Feel free to share your thoughts @ <a href="#" onclick="location.href='mai'+'lto:'+'xga'+'rm'+'anb'+'oz'+'iax'+'@g'+'mai'+'l.'+'com'; return false;">xgarm<span style="display: none;">.nosp@m.</span>anbo<span style="display: none;">.nosp@m.</span>ziax@<span style="display: none;">.nosp@m.</span>gmai<span style="display: none;">.nosp@m.</span>l.com</a> about:</p><ul>
<li>issues encountered</li>
<li>optimisations</li>
<li>improvements &amp; new functionalities <hr/>
</li>
</ul>
<p>** Actual: v1.3 3 May 2018:</p><ul>
<li>Adding support for unit tests and doxygen documentation generation with Travis CI</li>
<li>Updated README.md</li>
</ul>
<p>v1.2 30 Nov 2017:</p><ul>
<li>No internal address transmission when reading/writing to next internal address (make sure not to r/w last 16 address right just after init, otherwise make a dummy of address 0 just before)</li>
</ul>
<p>v1.1 29 Nov 2017:</p><ul>
<li>Frequency calculation fix (thanks to TonyWilk)</li>
<li>Set Frequency higher than Fast Mode (400KHz) will set bus to Fast Mode (frequency is up to 400KHz on AVR)</li>
<li>I2C_set_xxx now returns values applied, not bool</li>
</ul>
<p>v1.0 21 Nov 2017:</p><ul>
<li>Added const qualifier for function parameters</li>
<li>Return from comm functions if bytes to R/W set to 0</li>
</ul>
<p>v0.6 12 Jul 2017:</p><ul>
<li>compliance with Arduino v1.5+ IDE source located in src subfolder</li>
</ul>
<p>v0.5 31 Jan 2017:</p><ul>
<li>refactored I2C_SPEED enum names for coherence with I2C specifications</li>
<li>High Speed mode added in I2C_SPEED enum</li>
</ul>
<p>v0.4 23 Jan 2017:</p><ul>
<li>less inlines (less warnings)</li>
<li>inlines put into header (compatibility with WireWrapper)</li>
<li>other common code between cI2C and WireWrapper changes</li>
<li>README.md updated to tell about WireWrapper library</li>
</ul>
<p>v0.3 22 Jan 2017:</p><ul>
<li>used function pointer in function parameters for convenience</li>
<li>fixed read bug for devices without register address</li>
<li>refactored rw booleans with enum instead (implied logic change)</li>
<li>I2C_sndAddr function parameters changed</li>
<li>added I2C_uninit function to release i2c bus</li>
<li>refactoring &amp; optimisations</li>
<li>doxygen pass without warnings/errors now</li>
<li>examples updated to test more of the library</li>
</ul>
<p>v0.2 16 Jan 2017:</p><ul>
<li>First release </li>
</ul>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>