From 47369f2810009266ed5a07fe096deb3fc996c909 Mon Sep 17 00:00:00 2001 From: The Codacy Badger Date: Tue, 1 Aug 2017 20:33:10 +0000 Subject: [PATCH] Add Codacy badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63bfdec..2095da3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # arduino-php-wrapper +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3d57a79cbf3245e0af61e9123fda26eb)](https://www.codacy.com/app/matheus-marabesi/arduino-php-wrapper?utm_source=github.com&utm_medium=referral&utm_content=marabesi/arduino-php-wrapper&utm_campaign=badger) + If you are wondering how to control the Arduino serial port via PHP, here is the solution. The **arduino://** wrapper is a easy and straightforward way to write and read data from Arduino.