rushabhcodes/ESP32-E-Reader

This code defines the hardware layout and schematic connections for an ESP32-based e-reader device, including microcontroller, USB, display, power management, connectors, passives, switches, and associated PCB footprints, placements, and net connections.

Version
1.0.6
License
unset
Stars
0

package.json

{
	"name": "@tsci/rushabhcodes.ESP32-E-Reader",
	"version": "1.0.5",
	"description": "A tscircuit component package",
	"main": "index.tsx",
	"keywords": [
		"tscircuit",
		"circuit",
		"pcb",
		"electronics"
	],
	"scripts": {
		"dev": "tsci dev",
		"build": "tsci build index.circuit.tsx",
		"build:pcb": "tsci build index.circuit.tsx --ignore-warnings --pcb-png",
		"format": "biome format . --write",
		"export:gerbers": "tsci export index.circuit.tsx --format gerbers --output dist/esp32-e-reader-gerbers.zip",
		"snapshot": "tsci snapshot index.circuit.tsx --3d",
		"snapshot:update": "tsci snapshot index.circuit.tsx --update --3d",
		"start": "tsci dev",
		"typecheck": "tsc --noEmit"
	},
	"devDependencies": {
		"@types/react": "^19.2.18",
		"tscircuit": "^0.0.2462",
		"typescript": "^5.0.0"
	},
	"author": "rushabhcodes"
}