From a03d8eb52ff3877471dc6ca66cdb7a5c61f3b88d Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Fri, 19 May 2017 15:48:09 -0700 Subject: [PATCH] readme.cpp.md: updated example name for iotdk api pages Signed-off-by: Mihai Tudor Panu --- doxy/README.cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxy/README.cpp.md b/doxy/README.cpp.md index 23e14986..f8c69ad4 100644 --- a/doxy/README.cpp.md +++ b/doxy/README.cpp.md @@ -15,7 +15,7 @@ sensor in order to reduce load when doing multiple reads to sensor data. ### Example A sensor/actuator is expected to work as such (here is the servo ES08A API): -@snippet es08a.cxx Interesting +@snippet servo-es08a.cxx Interesting However implementation and API design is completely up to the developer, some enumerable sensors for example may provide much clever instantiation. Displays