-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add SOT-6 #169
base: main
Are you sure you want to change the base?
add SOT-6 #169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks fine, i'm not sure about the dimensions, you should get one other approval before merge!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kom-senapati can u show the reference datasheet like where u have taken the dimensions or any screenshot or something
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kom-senapati add function in footpinter
import { fp } from "../src/footprinter" | ||
|
||
test("sot6", () => { | ||
const soup = fp.string("sot6").circuitJson() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use circuitJson instead of soup
Closes #168