# Old Stuff

- [IOByte](https://wiki.vdbx.io/pcbs/iobyte.md): A modern take on a timeless I2C IO expander
- [Specs & Files](https://wiki.vdbx.io/pcbs/iobyte/docs.md)
- [Hactus](https://wiki.vdbx.io/pcbs/hactus.md): The Hacker's Cactus
- [PWM Lighting Adapter](https://wiki.vdbx.io/pcbs/pwm-lighting-adapter.md): 4x N-Channel MOSFETs designed to fit on common PCA9685 modules
- [USB-BD v1.4](https://wiki.vdbx.io/pcbs/usb-bd-v1.4.md): Quickly get 5v from those old Micro-USB cables you have lying around.
- [Super-Ultra Low-Profile USB 2.0 Header](https://wiki.vdbx.io/pcbs/super-ultra-low-profile-usb-2.0-header.md): For Motherboards
- [CSR8635 Adapter](https://wiki.vdbx.io/pcbs/csr8635-adapter.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.vdbx.io/pcbs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
