Skip to content

Commit

Permalink
Recalculate the interrupt time averages
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMiCa committed Jan 30, 2022
1 parent 6d4859d commit 172f3eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,71 +384,71 @@ Although my main goals are functionality and small size, I believe this library
<tr>
<td>NEC</td>
<td>RISING</td>
<td>11.4 &#181;s</td>
<td>11.35 &#181;s</td>
<td>13 &#181;s</td>
<td>34</td>
<td>67.5ms</td>
</tr>
<tr>
<td>NECx</td>
<td>RISING</td>
<td>10.9 &#181;s</td>
<td>10.90 &#181;s</td>
<td>13 &#181;s</td>
<td>34</td>
<td>67.5ms</td>
</tr>
<tr>
<td>RC5</td>
<td>CHANGE</td>
<td>10.4 &#181;s</td>
<td>10.44 &#181;s</td>
<td>17 &#181;s</td>
<td>14 to 28</td>
<td>24.9ms</td>
</tr>
<tr>
<td>SIRC12</td>
<td>RISING</td>
<td>10.3 &#181;s</td>
<td>10.44 &#181;s</td>
<td>13 &#181;s</td>
<td>3*13</td>
<td>3*(17.4 to 24.6)ms</td>
</tr>
<tr>
<td>SIRC15</td>
<td>RISING</td>
<td>10.5 &#181;s</td>
<td>10.51 &#181;s</td>
<td>12 &#181;s</td>
<td>3*16</td>
<td>3*(21 to 30)ms</td>
</tr>
<tr>
<td>SIRC20</td>
<td>RISING</td>
<td>11.1 &#181;s</td>
<td>11.10 &#181;s</td>
<td>15 &#181;s</td>
<td>3*21</td>
<td>3*(27 to 39)ms</td>
</tr>
<tr>
<td>SIRC</td>
<td>RISING</td>
<td>11.7 &#181;s</td>
<td>11.70 &#181;s</td>
<td>17 &#181;s</td>
<td>39, 48 or 63</td>
<td>3*(17.4 to 39)ms</td>
</tr>
<tr>
<td>SAMSUNG</td>
<td>FALLING</td>
<td>11.0 &#181;s</td>
<td>10.99 &#181;s</td>
<td>13 &#181;s</td>
<td>2*22</td>
<td>2*(32.1 to 54.6)ms</td>
</tr>
<tr>
<td>SAMSUNG32</td>
<td>FALLING</td>
<td>11.0 &#181;s</td>
<td>10.97 &#181;s</td>
<td>14 &#181;s</td>
<td>34</td>
<td>(54.6 to 72.6)ms</td>
Expand Down

0 comments on commit 172f3eb

Please sign in to comment.