From f727dd10de557bbf62d920c63cffd914e95c4636 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Thu, 27 Aug 2020 22:29:25 -0700 Subject: [PATCH] Minor change to docs --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d3e4d4..8c0c408 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ Optionally, put everything into a nice enclosure. ## Testing -You don't need to always be in the car to test changes to this library. Instead, -you can use the FakeSubaruBRZ example from my fork of the `arduino-CAN` library -on a second Arduino board, and connect the two boards into a small CAN network. +You don't need to always be in the car to test changes. +Instead, you can build another device (possibly using a cheaper board, such as +Arduino Uno), and use the +[FakeSubaruBRZ example](https://github.com/timurrrr/arduino-CAN/tree/master/examples/FakeSubaruBRZ) +from my fork of the `arduino-CAN` library, and connect the two boards into a +small CAN network.