examples: Added ending 'Interesting' tags

A handful of examples were missing the terminating 'Interesting' tag.
Added these.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2017-04-05 15:43:02 -07:00
parent a655235c70
commit e2fe04927f
9 changed files with 9 additions and 2 deletions

View File

@ -76,6 +76,7 @@ main(int argc, char **argv)
printf("motion is: %d, %d, %d, %d, %d, %d\n", m, n, o, p, q, r);
delete sensor;
//! [Interesting]
return 0;
}

View File

@ -95,4 +95,4 @@ int main( int argc, char **argv )
return status;
}
//! [Interesting]

View File

@ -31,6 +31,7 @@
using namespace std;
using namespace upm;
//! [Interesting]
int main(int argc, char **argv)
{
// Instantiate a NLGPIO16 Module on the default UART (/dev/ttyACM0)

View File

@ -119,5 +119,6 @@ int main(int argc, char **argv)
delete sensor;
//! [Interesting]
return 0;
}

View File

@ -104,6 +104,7 @@ int main(int argc, char **argv)
cout << "Exiting..." << endl;
delete sensor;
//! [Interesting]
return 0;
}

View File

@ -122,6 +122,7 @@ int main(int argc, char **argv)
cout << "Exiting..." << endl;
delete sensor;
//! [Interesting]
return 0;
}

View File

@ -112,6 +112,7 @@ int main(int argc, char **argv)
cout << "Exiting..." << endl;
delete sensor;
//! [Interesting]
return 0;
}

View File

@ -110,5 +110,6 @@ int main(int argc, char **argv)
delete sensor;
//! [Interesting]
return 0;
}

View File

@ -30,6 +30,7 @@
#define EDISON_GPIO_SI7005_CS 20
//! [Interesting]
int main ()
{
try {
@ -47,5 +48,4 @@ int main ()
}
return 0;
}
//! [Interesting]