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
package.json
{
"name": "@tsci/krishnax12.rs485-breakout",
"version": "0.1.0",
"description": "tscircuit reproduction of the SparkFun Transceiver RS-485 Breakout (BOB-10124)",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"sparkfun",
"rs485",
"sp3485",
"breakout"
],
"scripts": {
"build": "tsci build",
"dev": "tsci dev",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2462",
"typescript": "^5.9.3"
},
"author": "krishnax12",
"license": "CC-BY-SA-4.0"
}