From dee5f6b1473ff129393c2c9dc1390ac3475e8bbd Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Fri, 19 Jul 2019 10:26:52 +0100 Subject: [PATCH] Attempt to format readme --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92d73d0..b389bf5 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,42 @@ # MX5-Arduino-Speed -Target Hardware: +##Target Hardware + Arduino ATMega328p + 2.42 Inch SS1309 128x64 Monocrhome OLED + 5v Beeper + 5v Speed sensor (#DSSA from www.carbuildersolutions.com) -Pinout: +##Pinout + OLED_MOSI 9 + OLED_CLK 10 + OLED_DC 11 + OLED_CS 12 + OLED_RESET 13 + Beeper 2 (and to GND) + Speed sesor 4 (and 5v, GND) -Configuration via USB, 115200. Commands are: +##Configuration commands (via USB Serial 115200) ODO - Press return and then enter new odometer reading + PPM - Press return and enter pulses per half mile (use CAL mode in preference) + CAL - Enter calibration mode (see below) + RUN - Exit calibration mode -Calibration mode: +##Calibration mode In calibration mode it starts counting pulses immediately. Calibration should be done over a measured half a mile. Press enter when starting the half mile, and again at the end. The number of pulses will be displayed on the screen. To write this to EEPROM and return to normal mode type 'RUN'. If the data is not suitable (missed marker etc) then just repeat the measurement.