10 lines
235 B
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": []
|
||
|
|
}
|