Skip to content

Commit e5664fa

Browse files
author
Toni Klopfenstein
committed
Updating README with product links
1 parent 5ea0d46 commit e5664fa

File tree

5 files changed

+44
-2
lines changed

5 files changed

+44
-2
lines changed

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

Hardware/USB_LiPolyCharger_SingleCell.brd renamed to Hardware/SparkFun_USB_LiPolyCharger_SingleCell.brd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE eagle SYSTEM "eagle.dtd">
3-
<eagle version="6.4">
3+
<eagle version="7.1.0">
44
<drawing>
55
<settings>
66
<setting alwaysvectorfont="yes"/>
@@ -1099,6 +1099,9 @@ design rules under a new name.</description>
10991099
<autorouter>
11001100
<pass name="Default">
11011101
<param name="RoutingGrid" value="50mil"/>
1102+
<param name="AutoGrid" value="1"/>
1103+
<param name="Efforts" value="0"/>
1104+
<param name="TopRouterVariant" value="1"/>
11021105
<param name="tpViaShape" value="round"/>
11031106
<param name="PrefDir.1" value="|"/>
11041107
<param name="PrefDir.2" value="0"/>

Hardware/USB_LiPolyCharger_SingleCell.sch renamed to Hardware/SparkFun_USB_LiPolyCharger_SingleCell.sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE eagle SYSTEM "eagle.dtd">
3-
<eagle version="6.5.0">
3+
<eagle version="7.1.0">
44
<drawing>
55
<settings>
66
<setting alwaysvectorfont="yes"/>
File renamed without changes.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
Power_Cell_Lipo_Charger_Booster
22
===============================
3+
[![USB LiPoly Charger](https://cdn.sparkfun.com//assets/parts/9/4/5/6/12711-01.jpg)
4+
*USB LiPoly Charger- Single Cell (PRT-12711)*](https://www.sparkfun.com/products/12711)
5+
6+
This is a basic charging circuit that allows you to charger 3.7V LiPo cells at a rate of 500mA or 100mA.
7+
It has a selectable solder jumper, USB input, two pre-installed JST connectors and a barrel jack connector.
8+
9+
Repository Contents
10+
-------------------
11+
12+
* **/Hardware** - All Eagle design files (.brd, .sch, .STL)
13+
* **/Production** - Test bed files and production panel files
14+
15+
License Information
16+
-------------------
17+
The hardware is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
18+
19+
Distributed as-is; no warranty is given.

0 commit comments

Comments
 (0)