tscircuit/ti
ti tscircuit library
- Version
- 1.0.186
- License
- unset
- Stars
- 0
lib/chips/INA350ABSIDSGR.circuit.tsx
import { createINA350DSG } from "./INA350DSG";
/** INA350ABS, gains 10/20. Connect the exposed pad to V_NEG. */
export const INA350ABSIDSGR = createINA350DSG("INA350ABSIDSGR");
export default INA350ABSIDSGR;