X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fes08a.cxx;h=6abcb07e357116a279700bff91103c4ef1d44ab3;hb=e24df89ebd09c5d45b2afda0a64486f24191aabb;hp=6fa10266480d6058ac3a4c4bdf4172c457b166dc;hpb=186dd03b797b2de0e11c6f46976a2b0ba365c6e1;p=contrib%2Fupm.git diff --git a/examples/es08a.cxx b/examples/es08a.cxx index 6fa1026..6abcb07 100644 --- a/examples/es08a.cxx +++ b/examples/es08a.cxx @@ -34,11 +34,12 @@ main(int argc, char **argv) //! [Interesting] upm::ES08A *servo = new upm::ES08A(5); servo->setAngle (180); + //! [Interesting] + servo->setAngle (90); servo->setAngle (0); servo->setAngle (90); servo->setAngle (180); - //! [Interesting] std::cout << "exiting application" << std::endl;