krishnax12/watchy-eink-smartwatch

This code defines a hardware schematic and PCB layout for a smartwatch using components like ESP32 microcontroller, sensors, Bluetooth module, power regulation, and connectors, with detailed component footprints and PCB outlines.

Version
1.2.1
License
unset
Stars
2

assets.d.ts

declare module "*.step" {
	const url: string;
	export default url;
}

declare module "*.stp" {
	const url: string;
	export default url;
}

declare module "*.STEP" {
	const url: string;
	export default url;
}

declare module "*.STP" {
	const url: string;
	export default url;
}