|
27 | 27 | <tbody> |
28 | 28 | <tr id="projectrow"> |
29 | 29 | <td id="projectalign"> |
30 | | - <div id="projectname">M5UnitUnified<span id="projectnumber"> 0.2.0 git rev:9e1ffe1</span> |
| 30 | + <div id="projectname">M5UnitUnified<span id="projectnumber"> 0.1.5 git rev:23e84e7</span> |
31 | 31 | </div> |
32 | 32 | </td> |
33 | 33 | </tr> |
|
106 | 106 | <div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> */</span></div> |
107 | 107 | <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#ifndef M5_UNIT_COMPONENT_ADAPTER_HPP</span></div> |
108 | 108 | <div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#define M5_UNIT_COMPONENT_ADAPTER_HPP</span></div> |
109 | | -<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div> |
110 | | -<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include "<a class="code" href="adapter__base_8hpp.html">adapter_base.hpp</a>"</span></div> |
111 | | -<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#include "<a class="code" href="adapter__i2c_8hpp.html">adapter_i2c.hpp</a>"</span></div> |
112 | | -<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#include "<a class="code" href="identify__functions_8hpp.html">identify_functions.hpp</a>"</span></div> |
113 | | -<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#if defined(M5_UNIT_UNIFIED_USING_RMT_V2)</span></div> |
114 | | -<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#include "<a class="code" href="adapter__gpio__v2_8hpp.html">adapter_gpio_v2.hpp</a>"</span></div> |
115 | | -<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#else</span></div> |
116 | | -<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#include "<a class="code" href="adapter__gpio__v1_8hpp.html">adapter_gpio_v1.hpp</a>"</span></div> |
| 109 | +<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#include "<a class="code" href="adapter__base_8hpp.html">adapter_base.hpp</a>"</span></div> |
| 110 | +<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include "<a class="code" href="adapter__i2c_8hpp.html">adapter_i2c.hpp</a>"</span></div> |
| 111 | +<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#include "<a class="code" href="identify__functions_8hpp.html">identify_functions.hpp</a>"</span></div> |
| 112 | +<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#if defined(M5_UNIT_UNIFIED_USING_RMT_V2)</span></div> |
| 113 | +<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include "<a class="code" href="adapter__gpio__v2_8hpp.html">adapter_gpio_v2.hpp</a>"</span></div> |
| 114 | +<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#else</span></div> |
| 115 | +<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#include "<a class="code" href="adapter__gpio__v1_8hpp.html">adapter_gpio_v1.hpp</a>"</span></div> |
| 116 | +<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#endif</span></div> |
117 | 117 | <div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#endif</span></div> |
118 | | -<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include "<a class="code" href="adapter__uart_8hpp.html">adapter_uart.hpp</a>"</span></div> |
119 | | -<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div> |
120 | | -<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#endif</span></div> |
121 | 118 | <div class="ttc" id="aadapter__base_8hpp_html"><div class="ttname"><a href="adapter__base_8hpp.html">adapter_base.hpp</a></div><div class="ttdoc">Adapter base.</div></div> |
122 | | -<div class="ttc" id="aadapter__gpio__v1_8hpp_html"><div class="ttname"><a href="adapter__gpio__v1_8hpp.html">adapter_gpio_v1.hpp</a></div><div class="ttdoc">Adapters to treat M5HAL and GPIO in the same way using RMT v1.</div></div> |
| 119 | +<div class="ttc" id="aadapter__gpio__v1_8hpp_html"><div class="ttname"><a href="adapter__gpio__v1_8hpp.html">adapter_gpio_v1.hpp</a></div><div class="ttdoc">Adapters to treat M5HAL and GPIO in the same way using RNT v1.</div></div> |
123 | 120 | <div class="ttc" id="aadapter__gpio__v2_8hpp_html"><div class="ttname"><a href="adapter__gpio__v2_8hpp.html">adapter_gpio_v2.hpp</a></div><div class="ttdoc">Adapters to treat M5HAL and GPIO in the same way using RMT v2.</div></div> |
124 | 121 | <div class="ttc" id="aadapter__i2c_8hpp_html"><div class="ttname"><a href="adapter__i2c_8hpp.html">adapter_i2c.hpp</a></div><div class="ttdoc">Adapter for I2C to treat M5HAL and TwoWire in the same way.</div></div> |
125 | | -<div class="ttc" id="aadapter__uart_8hpp_html"><div class="ttname"><a href="adapter__uart_8hpp.html">adapter_uart.hpp</a></div><div class="ttdoc">Adapters to treat M5HAL and UART in the same way using Searial.</div></div> |
126 | 122 | <div class="ttc" id="aidentify__functions_8hpp_html"><div class="ttname"><a href="identify__functions_8hpp.html">identify_functions.hpp</a></div><div class="ttdoc">Identification of functions to be used.</div></div> |
127 | 123 | </div><!-- fragment --></div><!-- contents --> |
128 | 124 | </div><!-- doc-content --> |
|
0 commit comments