generated from TDD-Templates/cmake_cpputest_template_avr
updated version number and documentation
This commit is contained in:
parent
2d65048f8e
commit
b96945a2a5
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue