From 1243963184c269cf10e3f6eaaa7241bef669d7c1 Mon Sep 17 00:00:00 2001 From: DavidSosnow Date: Mon, 7 May 2018 11:46:36 -0700 Subject: [PATCH 1/2] Add DriveKit language --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 205944d9..2c882a64 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Although OSCC currently supports only the 2014 or later Kia Soul (petrol and EV) Our [Wiki](https://github.com/PolySync/OSCC/wiki) is in the process of being updated to reflect the new changes, but contains a bunch of valuable information to help you get started in understanding the details of the system. +**DriveKit:** If you're looking for a turn-key solution, we offer a commercially-supported vehicle control interface called DriveKit. DriveKit is a complete system for by-wire control of Kia Soul EV and Kia Niro Hybrid vehicles. It includes an integrated control module, automotive-grade wiring harnesses, e-stop switch, and additional vehicle control features –– plus it installs in under an hour. **Visit https://polysync.io/drivekit/ for more information.** + # Versions New versions of the API and the firmware are released periodically as new features are added and bugs are From c08ae9982941842679b6b21847211c55d6db500c Mon Sep 17 00:00:00 2001 From: DavidSosnow Date: Tue, 8 May 2018 08:53:13 -0700 Subject: [PATCH 2/2] Fixed copy Some of the previous changes were reverted. This PR fixes the copy. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c882a64..045bb8c2 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,10 @@ __*__ *Later versions of the Actuator Control Board utilize new pins to perform # Boards The sensor interface and actuator control board schematics and design files are located in the -`hardware/boards` directory. If you don't have the time or fabrication resources, the boards can be -purchased as a kit from the [OSCC website](http://oscc.io). +`hardware/boards` directory. -Thanks to [Trey German](https://www.polymorphiclabs.com) and [Macrofab](https://macrofab.com/) for -help designing and manufacturing the custom boards. +Thanks to [Trey German](https://www.polymorphiclabs.com) for +help designing the boards. # Building and Uploading Firmware