Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
norcalli committed Mar 12, 2014
1 parent a108579 commit 46c2a27
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
capacitor
=========

Simple capacitor code calculator on the command line written in Go and Python.

##Usage:

```
capacitor 404
./capacitor.py 404
```

Output:
```
4000 nF
4 uF
```

---

```
capacitor 010
./capacitor.py 010
```

Output:
```
10 pF
```

0 comments on commit 46c2a27

Please # to comment.