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 7ad9c70 commit d7022b1Copy full SHA for d7022b1
README.md
@@ -5,7 +5,7 @@ The **arduino://** wrapper is a easy and straightforward way to write and read d
5
6
## Usage
7
8
-to write date on Arduino serial just use the regular I/O functions in PHP such as **fwrite** or file_put_contents**
+to write date on Arduino serial just use the regular I/O functions in PHP such as **fwrite** or **file_put_contents**
9
10
``` php
11
\Arduino\Wrapper::register();
0 commit comments