├── .gitattributes ├── .gitignore ├── OpenEVSE_EVSIM_v1 ├── EVsim.brd ├── EVsim.pdf ├── EVsim.sch ├── EVsim.zip ├── EVsim_BRDx3.pdf └── EVsim_GERBER.zip ├── OpenEVSE_EVSIM_v2 ├── EVsimv2.brd ├── EVsimv2.pdf ├── EVsimv2.sch ├── EVsimv2.zip ├── EVsimv2_BRDx3.pdf └── EVsimv2_GERBER.zip └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/.gitignore -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v1/EVsim.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v1/EVsim.brd -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v1/EVsim.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v1/EVsim.pdf -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v1/EVsim.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v1/EVsim.sch -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v1/EVsim.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v1/EVsim.zip -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v1/EVsim_BRDx3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v1/EVsim_BRDx3.pdf -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v1/EVsim_GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v1/EVsim_GERBER.zip -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v2/EVsimv2.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v2/EVsimv2.brd -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v2/EVsimv2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v2/EVsimv2.pdf -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v2/EVsimv2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v2/EVsimv2.sch -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v2/EVsimv2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v2/EVsimv2.zip -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v2/EVsimv2_BRDx3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v2/EVsimv2_BRDx3.pdf -------------------------------------------------------------------------------- /OpenEVSE_EVSIM_v2/EVsimv2_GERBER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/OpenEVSE_EVSIM_v2/EVsimv2_GERBER.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenEVSE/OpenEVSE_EV_Simulator/HEAD/README.md --------------------------------------------------------------------------------