Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { sel } from "tscircuit"
import { VEML6030 } from "./VEML6030"
import { SM04B_SRSS_TB_LF__SN } from "./SM04B_SRSS_TB_LF__SN"
import { SM04B_SRSS_TB_LF__SN2 } from "./SM04B_SRSS_TB_LF__SN2"
import { VEML6030 } from "./imports/VEML6030"
import { SM04B_SRSS_TB_LF__SN_ } from "./imports/SM04B_SRSS_TB_LF__SN_"
const jumperPinLabels = {
pin1: ["GND"],
pin2: ["3V3"],
Expand All @@ -12,14 +11,14 @@ const jumperPinLabels = {
export default () => (
<board width="25.4mm" height="25.4mm">
<VEML6030 name="U1" schY={1.5} pcbRotation={-90} />
<SM04B_SRSS_TB_LF__SN
<SM04B_SRSS_TB_LF__SN_
name="J1"
pcbX="9.7"
pcbRotation={90}
schX={8}
schY={4}
/>
<SM04B_SRSS_TB_LF__SN2
<SM04B_SRSS_TB_LF__SN_
name="J2"
pcbX="-9.7"
pcbRotation={-90}
Expand Down

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading