Ruby Library for electronics

Resistor Color Code Calculator

Electric::Resistor.new("red", "black", "brown").human_readable

Ohm's Law Calculator

Electric::Ohm.new(:volts => 5, :ohms => 330).current

More documentation on the way...

Bug reports and Pull requests

Please open an issue on Github if you find a bug, and I will address it.

If you have an improvement to submit, please fork the repo, add your code and send a pull request.