gokul/board-v2

This design integrates an ESP32-S3 Wi-Fi and Bluetooth module, a USB-C port with power and data circuitry, a USB ESD protection chip, a 3.3V voltage regulator, and an OLED display module on a PCB with associated routing and thermal copper pour layers.

Version
0.0.1
License
unset
Stars
0

dist/index.d.ts

import * as react from 'react';

declare function DisplayBoard(): any;

export { DisplayBoard as default };