From 677d20b538acbbfbb057fb90d85c692cbfcf78b8 Mon Sep 17 00:00:00 2001 From: Bennett <35317@icf.com> Date: Fri, 26 Apr 2019 08:39:36 -0400 Subject: [PATCH 1/3] Update README.md First update.... Zoom Zoom --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 463f35c7..7b4735ca 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,5 @@ This library is forked from: - Enjoy and drive safe! + +ZoomZoom From 1e8cc42513ddda0fff5130d44e35307cf9cd25a4 Mon Sep 17 00:00:00 2001 From: Sam Mason Date: Fri, 26 Apr 2019 06:48:51 -0600 Subject: [PATCH 2/3] Test Commit --- .idea/vcs.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From e4187b92cf3fdbb87fc33041dc5de7aac1112743 Mon Sep 17 00:00:00 2001 From: Sam Mason Date: Fri, 26 Apr 2019 06:49:44 -0600 Subject: [PATCH 3/3] testing commit functionality --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 463f35c7..be932c3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ python-OBD ========== +Created by Brendan W. Forked by Sam M. on April 26, 2019 + A python module for handling realtime sensor data from OBD-II vehicle ports. Works with ELM327 OBD-II adapters, and is fit for the Raspberry Pi.