├── .gitattributes ├── .gitignore ├── AL8860.pdf ├── LICENSE.md ├── Production └── femtobuck-Panel-v12.brd ├── README.md └── hardware ├── femtobuck.brd ├── femtobuck.sch ├── femtobuckv13.pdf └── femtobuckv13.zip /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/.gitignore -------------------------------------------------------------------------------- /AL8860.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/AL8860.pdf -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Production/femtobuck-Panel-v12.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/Production/femtobuck-Panel-v12.brd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/README.md -------------------------------------------------------------------------------- /hardware/femtobuck.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/hardware/femtobuck.brd -------------------------------------------------------------------------------- /hardware/femtobuck.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/hardware/femtobuck.sch -------------------------------------------------------------------------------- /hardware/femtobuckv13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/hardware/femtobuckv13.pdf -------------------------------------------------------------------------------- /hardware/femtobuckv13.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/FemtoBuck/HEAD/hardware/femtobuckv13.zip --------------------------------------------------------------------------------