examples: Updated IADC example to use updated interface

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Henry Bruce
2016-01-07 14:12:33 -08:00
committed by Abhishek Malik
parent bbdbe56355
commit 4220dd25b4
4 changed files with 22 additions and 14 deletions

View File

@ -1,6 +1,7 @@
/*
* Author: Marc Graham <marc@m2ag.net>
* Author: Henry Bruce <henry.bruce@intel.com>
* Copyright (c) 2015 Intel Corporation.
* Based on work by Marc Graham <marc@m2ag.net>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@ -21,6 +22,7 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "ads1015_iadc.h"
using namespace upm;

View File

@ -1,6 +1,7 @@
/*
* Author: Marc Graham <marc@m2ag.net>
* Author: Henry Bruce <henry.bruce@intel.com>
* Copyright (c) 2015 Intel Corporation.
* Based on work by Marc Graham <marc@m2ag.net>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@ -12,6 +13,7 @@
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF