From 966c1685e0aca0428e64a001f726dfc1016ab055 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Fri, 17 Aug 2018 21:56:41 +1000 Subject: [PATCH 1/3] Update README to include a few badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7ee7c177..0b9da958 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + +| **Dev Status**** | ![Unstable](https://img.shields.io/badge/Dev%20Status-Unstable-red.svg) | +| **Build**** | [![Build status](https://img.shields.io/travis/noisymime/speeduino.svg)](https://travis-ci.org/noisymime/speeduino/) | +| **Feature Bounties**** | [![Bountysource](https://img.shields.io/bountysource/team/speeduino/activity.svg)](https://www.bountysource.com/teams/speeduino) + Speeduino ========= From 620e8d268de7ecc80cb973f199eec6854d5b6e1b Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Fri, 17 Aug 2018 22:06:48 +1000 Subject: [PATCH 2/3] Updated README --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b9da958..82ab4e0c 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,18 @@ - -| **Dev Status**** | ![Unstable](https://img.shields.io/badge/Dev%20Status-Unstable-red.svg) | -| **Build**** | [![Build status](https://img.shields.io/travis/noisymime/speeduino.svg)](https://travis-ci.org/noisymime/speeduino/) | -| **Feature Bounties**** | [![Bountysource](https://img.shields.io/bountysource/team/speeduino/activity.svg)](https://www.bountysource.com/teams/speeduino) +| | | +| --- | --- | +| **Dev Status** | ![Unstable](https://img.shields.io/badge/Dev%20Status-Unstable-red.svg) | +| **Build** | [![Build status](https://img.shields.io/travis/noisymime/speeduino.svg)](https://travis-ci.org/noisymime/speeduino/) | +| **Feature Bounties** | [![Bountysource](https://img.shields.io/bountysource/team/speeduino/activity.svg)](https://www.bountysource.com/teams/speeduino) Speeduino ========= +The Speeduino project is a flexible, fully featured Engine Management Systems (EMS aka ECU) based on the low cost and open source Arduino platform. It provides all standard engine management functions and is constantly growing to support more features and with wider engine compatibility. + FAQ: ========= -Q: Speeduino, didn't you used to be called something else? - -A: Initial aim was for a simple DIY ECU for go-karts and the original project title was kartduino. As it became apparent that we wanted to extend support to larger vehicles, the name became a bit misleading. -The important ideas though remain the same and the priority is still SIMPLICITY! The code is written with simplicity above all else in mind and all areas are well commented. The project can be loaded directly into the Arduino IDE and compiled with only a single additional library needing to be added. Where code is complex or low level, a high level pseudo code example is given to explain what is being performed. - ======================================================================== Q: Arduino ECU,pffft, heard THAT before. Does this one actually work? @@ -45,4 +43,4 @@ Q: I must know more! How can I contact you? A: Come and visit the forum : http://speeduino.com/forum -If you still need some more info, feel free to drop me a line: noisymime (AT) gmail (dot) com +If you still need some more info, feel free to jump on our Slack team: http://slack.speeduino.com:3000/ From c4af6364bfe94544fb0ca2f7fdebc7f1de86287e Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Fri, 17 Aug 2018 22:14:00 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82ab4e0c..12b008b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ | | | | --- | --- | -| **Dev Status** | ![Unstable](https://img.shields.io/badge/Dev%20Status-Unstable-red.svg) | +| **Dev Status** | ![Unstable](https://img.shields.io/badge/Status-Unstable--Use%20Release-red.svg) | | **Build** | [![Build status](https://img.shields.io/travis/noisymime/speeduino.svg)](https://travis-ci.org/noisymime/speeduino/) | | **Feature Bounties** | [![Bountysource](https://img.shields.io/bountysource/team/speeduino/activity.svg)](https://www.bountysource.com/teams/speeduino) @@ -17,7 +17,7 @@ FAQ: Q: Arduino ECU,pffft, heard THAT before. Does this one actually work? -A: Yep! 1, 2, 4, 6 and 8 cylinder engines have all run, fuel and ignition, off Speeduino. +A: Yep! 1, 2, 3, 4, 5, 6 and 8 cylinder engines have all run using Speeduino. At last count over 300 engines were running on this platform, but this figure is growing all the time. ========================================================================