Created part for GY-SGP30

First part I have create, hope it works for others.

As this is my first part and post, let me know if I missed anything.

Thanks,

GY-SGP30_GasAirQualitySensor.fzpz (6.0 KB)

You should have done a google search of the form “fritzing part GY-SGP30” as there already was a part for this. That said, you are missing a terminalId in connector0

        <schematicView>
          <p layer="schematic" svgId="connector0pin"/>
        </schematicView>

although it makes no practical difference as Fritzing corrects it, it should look like

        <schematicView>
          <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
        </schematicView>

Other than that the part looks fine.

Peter

That is so strange, I swear I had search for “fritzing part GY-SGP30”, I guess I maybe got it confused with the other part I was looking for “SHT3X-D1S” or “SHT30”

Thanks for the feedback, anyways