From fc7b043aa2c753c1e67b6dc57edee5fbee5c97ec Mon Sep 17 00:00:00 2001 From: jlino Date: Fri, 30 Dec 2016 10:32:31 +0000 Subject: [PATCH] Fixed the readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a95429a..026e90a 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ Connect the grounds between the arduino board and the VESC. To upload the project to an arduino board, just use the Arduino IDE and include the following lines at the top of your sketch to use it: -#include -#include -#include +`#include ` +`#include ` +`#include ` Further documentation and example sketches will be included if there is interest from the community. Vedder has written a tutorial on how to use and port his code to other platforms here: http://vedder.se/2015/10/communicating-with-the-vesc-using-uart/ + I based my work on his and the information provided was enough to get me started. Drop me a line if you need help and I'll update the project for all. -- 2.24.1