From 6e0a6dca28fc09c3a4831c5dadba5a6edeb6cc6f Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Fri, 21 Aug 2020 10:36:39 -0700 Subject: [PATCH] Add a note on testing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9cfc2a..d9c97f8 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,9 @@ It's important that you don't use the arduino-CAN library available in the Arduino IDE built-in library manager, as it has multiple bugs, and many operations are implemented in an ineffective way. My pull requests to address those have not been reviewed at the time of writing. + +## 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.