From 522109c90e9bf1431de63e034395ab63dadef8db Mon Sep 17 00:00:00 2001 From: Giovanni Blu Mitolo Date: Mon, 25 Apr 2016 18:11:13 +0200 Subject: [PATCH] acquire_id() experimental state clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 479803ad10..73e4ff4712 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Lets start coding, instantiate the `PJON` object that in the example is called b bus.begin(); // initialize PJON bus ``` -If you are interested auto-addressing is really easy to use: +If you are interested auto-addressing is really easy to use but still experimental: ```cpp PJON bus(12); bus.begin(); // initialize PJON bus