From b96945a2a5919f9ac188a5c0838fd265c5e64643 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 14 Feb 2025 14:12:03 -0800 Subject: [PATCH] updated version number and documentation --- CMakeLists.txt | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83caeb4..1fed950 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.1.2 + VERSION 0.2.0 DESCRIPTION "template for cmake + cpputest" LANGUAGES C CXX ) diff --git a/README.md b/README.md index f4163c1..55df888 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ The position will now be saved into the EEPROM memory. To automatically move the fader into the saved location preform a quick press of the button. +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. + ## Building Project(Windows)