Ohms law basic calculations for calculating R2 in voltage divider when R1 is known and to calculate voltage drop ratio when both R1 and R2 are known.

Revision:
3:b4592b0ae1e3
Parent:
0:fe642275688d
--- a/ohms.h	Mon Mar 07 23:27:37 2016 +0000
+++ b/ohms.h	Sat Apr 02 03:48:37 2016 +0000
@@ -1,5 +1,13 @@
 /* Ohms law used to calculate things like resistance from voltage drop
-and to compute read voltage adjusted for dividor. */
+and to compute read voltage adjusted for dividor.
+
+   By Joseph Ellsworth CTO of A2WH
+  Take a look at A2WH.com Producing Water from Air using Solar Energy
+  March-2016 License: https://developer.mbed.org/handbook/MIT-Licence 
+  Please contact us http://a2wh.com for help with custom design projects.
+
+
+*/
 
 #ifndef ohms_H
 #define ohms_H