Skip to content

Commit 73e3726

Browse files
committed
Adding hardware matrix to README
1 parent a7d1270 commit 73e3726

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,38 @@ Please understand that this project:
2424
<a href="https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Screenshots/Watch%20Notification%20Reservoir.png"><img src="https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Screenshots/Watch%20Notification%20Reservoir.png" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>
2525
<a href="https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png"><img src="https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>
2626

27+
### Hardware
28+
29+
<table>
30+
<thead>
31+
<tr>
32+
<td colspan="2" rowspan="2"></td>
33+
<th colspan="2">Insulin Pump</th>
34+
</tr>
35+
<tr>
36+
<th>MM 522/722</th>
37+
<th>MM 523/723</th>
38+
</tr>
39+
</thead>
40+
<tbody>
41+
<tr>
42+
<th rowspan="2">CGM</th>
43+
<th>Dexcom G4 + Share</th>
44+
<td>❌<sup><a href="#hw1">1</a> <a href="#hw2">2</a> <a href="#hw3">3</a></sup></td>
45+
<td>✅<sup><a href="#hw2">2</a></sup></td>
46+
</tr>
47+
<tr>
48+
<th>Dexcom G5</th>
49+
<td>✅<sup><a href="#hw3">3</a></sup></td>
50+
<td>✅</td>
51+
</tr>
52+
</tbody>
53+
</table>
54+
55+
<a name="hw1">1</a>. Follow [#10](https://github.com/loudnate/Loop/issues/10) for updates
56+
<br/><a name="hw2">2</a>. Internet connection required to retrieve glucose
57+
<br/><a name="hw3">3</a>. Pump must have a remote ID added in the [Remote Options](https://www.medtronicdiabetes.com/sites/default/files/library/download-library/workbooks/x22_menu_map.pdf) menu
58+
2759
### LoopKit
2860

2961
Loop is built on top of [LoopKit](https://github.com/loudnate/LoopKit). LoopKit is a set of frameworks that provide data storage, retrieval, and calcluation, as well as boilerplate view controllers used in Loop.

0 commit comments

Comments
 (0)