Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of VNH5019 by
Revision 13:414b463160ef, committed 2018-03-15
- Comitter:
- mbedoguz
- Date:
- Thu Mar 15 20:51:20 2018 +0000
- Parent:
- 12:fee8aa385836
- Child:
- 14:193c422498bf
- Commit message:
- a
Changed in this revision
| VNH5019.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/VNH5019.h Thu Mar 15 20:49:18 2018 +0000
+++ b/VNH5019.h Thu Mar 15 20:51:20 2018 +0000
@@ -91,7 +91,7 @@
{
// Scale is 210mV per A
// Scale factor is 3.3 / 0.210 = 15.7142
- return CS.read()*15.7142;
+ return CS.read();//*15.7142;
}
inline
