Examples: Removing MRAA reference from examples

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2017-09-28 18:23:28 -07:00
parent e8aeaff162
commit 6cc5c9691d
9 changed files with 27 additions and 13 deletions

View File

@ -40,7 +40,7 @@ int
main()
{
/* Create an instance of the T6713 sensor */
upm::T6713 sensor(mraa_get_sub_platform_id(FT4222_I2C_BUS));
upm::T6713 sensor(EDISON_I2C_BUS);
/* Show usage from the ICO2Sensor interface */
upm::ICO2Sensor* cO2Sensor = static_cast<upm::ICO2Sensor*>(&sensor);