From 922a4e9ca38753fc729ff217e59fc75030a1c2c3 Mon Sep 17 00:00:00 2001 From: Maxwell Pray Date: Thu, 1 Sep 2022 00:37:34 -0700 Subject: [PATCH] Update language in README.md about Arduino hardware. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f0ece..5784acd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This is an Arduino project that emulates the [Timex Datalink Notebook Adapter](h ![image](https://user-images.githubusercontent.com/820984/187858116-41eeaa2b-e134-4b31-98ab-60f1f2b0d362.png) -This project is not dependent on any hardware, although it is designed with the [Teensy LC](https://www.pjrc.com/teensy/teensyLC.html) in mind. The Teensy LC has USB serial and an onboard LED, so the board can be used as-is without any external components: +This project uses no external libraries and is not dependent on any specific hardware, although it is designed with the [Teensy LC](https://www.pjrc.com/teensy/teensyLC.html) in mind. The Teensy LC has USB serial and an onboard LED, so the board can be used as-is without any external components: ![image](https://user-images.githubusercontent.com/820984/187857496-9e5b8b08-7230-4a2a-b72b-e8f98ab1c7ca.jpg)