tscircuit/ti
ti tscircuit library
- Version
- 1.0.186
- License
- unset
- Stars
- 0
lib/chips/INA350CDSIDSGR.circuit.tsx
import { createINA350DSG } from "./INA350DSG";
/** INA350CDS, gains 30/50; the part used by TIDA-010266 (U5). */
export const INA350CDSIDSGR = createINA350DSG("INA350CDSIDSGR");
export default INA350CDSIDSGR;