updated version number and documentation

This commit is contained in:
jakeg00dwin 2025-02-14 14:12:03 -08:00
parent 2d65048f8e
commit b96945a2a5
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
# Use the fancy version substitution # Use the fancy version substitution
project(main project(main
VERSION 0.1.2 VERSION 0.2.0
DESCRIPTION "template for cmake + cpputest" DESCRIPTION "template for cmake + cpputest"
LANGUAGES C CXX LANGUAGES C CXX
) )

View File

@ -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 To automatically move the fader into the saved location preform a quick
press of the button. 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) ## Building Project(Windows)