├── LICENSE ├── README.md ├── documentation ├── TinyCharger_pic1.jpg ├── TinyCharger_pic2.jpg ├── TinyCharger_pic3.jpg ├── TinyCharger_pic4.jpg └── TinyCharger_pic5.jpg ├── hardware ├── TinyCharger_BOM.tsv ├── TinyCharger_gerber.zip └── TinyCharger_schematic.pdf └── software ├── TinyCharger.ino ├── makefile └── tinycharger.hex /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/README.md -------------------------------------------------------------------------------- /documentation/TinyCharger_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/documentation/TinyCharger_pic1.jpg -------------------------------------------------------------------------------- /documentation/TinyCharger_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/documentation/TinyCharger_pic2.jpg -------------------------------------------------------------------------------- /documentation/TinyCharger_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/documentation/TinyCharger_pic3.jpg -------------------------------------------------------------------------------- /documentation/TinyCharger_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/documentation/TinyCharger_pic4.jpg -------------------------------------------------------------------------------- /documentation/TinyCharger_pic5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/documentation/TinyCharger_pic5.jpg -------------------------------------------------------------------------------- /hardware/TinyCharger_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/hardware/TinyCharger_BOM.tsv -------------------------------------------------------------------------------- /hardware/TinyCharger_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/hardware/TinyCharger_gerber.zip -------------------------------------------------------------------------------- /hardware/TinyCharger_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/hardware/TinyCharger_schematic.pdf -------------------------------------------------------------------------------- /software/TinyCharger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/software/TinyCharger.ino -------------------------------------------------------------------------------- /software/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/software/makefile -------------------------------------------------------------------------------- /software/tinycharger.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny85-TinyCharger/HEAD/software/tinycharger.hex --------------------------------------------------------------------------------