From 3fa844b719302ceedb4405e73e98e9bf45026d69 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sun, 23 Feb 2025 12:50:29 -0800 Subject: [PATCH] Updated version number and added instructions. --- CMakeLists.txt | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebd7b9f..6801ce1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20) # Use the fancy version substitution project(main - VERSION 0.2.4 + VERSION 0.3.0 DESCRIPTION "template for cmake + cpputest" LANGUAGES C CXX ) diff --git a/README.md b/README.md index 55df888..fc26523 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ The speed can be adjusted by changing the input value of the speed pot. The speed adjustment affects the on/off ratio of the motor and has a programmed minimum speed value in the function to prevent endless looping. +### Move to secondary Position + +When the motor has already preformed a move to position from a quick +button press, you can tap the button once more and it will go back to it's +previous position from your initial button press. + ## Building Project(Windows)