// Howdy 👋.
//
// This is where you can create powerful part automations like resistors that tell you when too much current is flowing through them
// You can also create your own flexible parts, like generics (https://docs.flux.ai/Introduction/generic-parts)
//
// If you are new to writing code in Flux make sure to check out our get started docs: https://docs.flux.ai/reference/introduction
//
// We also have a Flux Slack Community in case you need help: https://www.flux.ai/p/slack-community
//
// To infinity and beyond 🚀
{
"head": {
"version": "1.0",
"title": "Laser Power Module 12V‑to‑5V"
},
"components": [
{ "ref": "U1", "type": "Regulator", "value": "LM7805", "footprint": "TO-220", "x": 100, "y": 100 },
{ "ref": "C1", "type": "Capacitor", "value": "0.33uF", "footprint": "C_0805", "x": 60, "y": 100 },
{ "ref": "C2", "type": "Capacitor", "value": "0.1uF", "footprint": "C_0805", "x": 140, "y": 100 },
{ "ref": "J1", "type": "Connector", "value": "12V_IN", "footprint": "HDR-2", "x": 20, "y": 100 },
{ "ref": "J2", "type": "Connector", "value": "LASER_OUT", "footprint": "HDR-2", "x": 180, "y": 100 }
],