Skip to content

Commit

Permalink
acquire_id() experimental state clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
gioblu committed Apr 25, 2016
1 parent cf94133 commit 522109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 522109c

Please sign in to comment.