We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a7d55 commit e857028Copy full SHA for e857028
README.md
@@ -26,7 +26,7 @@ It is then possible to read/write NFC URI:
26
27
```cpp
28
int writeURI(String protocol, String uri, String info);
29
- String readURI();
+ int readURI(String *s);
30
```
31
32
0 commit comments