{% extends "base.html" %} {% block title %}PCF8574 IO Port Control{% endblock %} {% block content %}

PCF8574 IO Port Control

Digital Inputs

{% with resource=inputs %} {% include '_table.html' %} {% endwith %}

Digital Outputs

{% with resource=outputs %} {% include '_table.html' %} {% endwith %} {% endblock %}