krishnax12/rs485-breakout
The code models a SparkFun RS-485 transceiver breakout hardware with connected microchip, connectors, resistors, LEDs, capacitors, and mounting holes for serial communication interfacing.
- Version
- 0.1.0
- License
- CC-BY-SA-4.0
- Stars
- 1
tsconfig.json
{
"compilerOptions": {
"target": "ES2023",
"module": "ESNext",
"jsx": "react-jsx",
"moduleResolution": "node",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"types": ["tscircuit"]
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["dist", "node_modules"]
}