From d55e96530d9c17d4d9628b98c997f879095e19d3 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Fri, 19 Jan 2018 14:12:28 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75d8cad7..a54dcabb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Pinout: * GPIO 2: Rx (connect to Tx of other device) * GND: you must connect the grounds of the devices together. Use any GND pin on J3 of the ODrive. -To enable UART mode for the GPIO, please see [Setting the GPIO mode](Firmware/README.md#configuring-parameters). +To enable UART mode for the GPIO, please see [Setting the GPIO mode](Firmware/README.md#communication-configuration). ### Setting up Step/Direction Pinout: @@ -56,7 +56,7 @@ Pinout: Please note that GPIO_3 and GPIO_4 are NOT 5v tolerant on ODrive v3.2 and earlier, so 3.3V signals only! ODrive v3.3 and onward have 5V tolerant GPIO pins. -To enable step/dir mode for the GPIO, please see [Setting the GPIO mode](Firmware/README.md#configuring-parameters). +To enable step/dir mode for the GPIO, please see [Setting the GPIO mode](Firmware/README.md#communication-configuration). There is also a new config variable called `counts_per_step`, which specifies how many encoder counts a "step" corresponds to. It can be any floating point value. The maximum step rate is pending tests, but it should handle at least 16kHz. If you want's to test it, please be aware that the failure mode on too high step rates is expected to be that the motors shuts down and coasts.