Compare commits

..

1 Commits
dev ... main

Author SHA1 Message Date
jakeg00dwin 3fa844b719 Updated version number and added instructions. 2025-02-23 12:50:29 -08:00
2 changed files with 7 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.2.4 VERSION 0.3.0
DESCRIPTION "template for cmake + cpputest" DESCRIPTION "template for cmake + cpputest"
LANGUAGES C CXX LANGUAGES C CXX
) )

View File

@ -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 speed adjustment affects the on/off ratio of the motor and has a programmed
minimum speed value in the function to prevent endless looping. 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) ## Building Project(Windows)