--- layout: default ---
{% if paginator.page == 1 %}
pid.codes is a registry of USB PID codes for open source hardware projects. You can see a list of PID assignments, or learn how to get your own.
{% endif %} {% for post in paginator.posts %}

{{ post.date | date: "%b %-d, %Y" }}

{{ post.title | xml_escape }}

{% if post.summary %} {{ post.summary }} {% else %} {{ post.excerpt }} {% endif %}
{% endfor %}
{% include pagination.html %}