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.
Dependents: INA226 INA226_part2 INA226_T2 BMS_6804_pb
Diff: INA226.cpp
- Revision:
- 1:e0ebc6af5e04
- Parent:
- 0:3a05c5755625
- Child:
- 3:e4822d187b05
--- a/INA226.cpp Sat Nov 24 18:15:16 2012 +0000 +++ b/INA226.cpp Sat Nov 24 18:29:15 2012 +0000 @@ -1,8 +1,13 @@ -/* - * Copyright (c) 2011 Toshihisa T +/** + * @section LICENSE * Released under the MIT License: http://mbed.org/license/mit + * Copyright (C) 2012 tosihisa + * + * @section DESCRIPTION + * INA226 - Bi-Directional CURRENT/POWER MONITOR with I2C + * http://strawberry-linux.com/catalog/items?code=12031 + * */ - #include "mbed.h" #include "INA226.hpp"