| layout | default |
|---|---|
| title | Sensing |
| parent | Slice Registry |
| grand_parent | Projects |
| nav_order | 2 |
| permalink | /slices/sensing/ |
{% assign slices = site.data['slice-index'].slices | where: "category", "sensing" %} {% if slices.size > 0 %}
| Module | Summary | Status | HW | Tags |
|---|---|---|---|---|
| {% for s in slices -%} | ||||
| [{{ s.name | default: s.repo }}]({{ s.url }}) | {{ s.summary | default: "—" }} | {{ s.status }} |
| {% endfor %} |
{% else %} No sensing slices indexed yet. {% endif %}