velxio/test/test_custom_chips/sdk/examples/uart-rot13.chip.json

10 lines
235 B
JSON

{
"schema": "velxio-chip/v1",
"name": "ROT13 UART",
"author": "Velxio",
"license": "MIT",
"description": "UART loopback chip that ROT13-shifts every received byte.",
"pins": ["RX", "TX", "GND", "VCC"],
"attributes": []
}