Updated to project version 0.1.1

This commit is contained in:
jakeg00dwin 2025-02-14 12:53:53 -08:00
parent 6283ddb7c5
commit 691057a163
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME = "My Project"
PROJECT_NAME = "Motorized Fader"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version

View File

@ -65,8 +65,6 @@ press of the button.
./avrdude.exe -p t13 -c usbasp -B 125kHz -U flash:w:.\build\src\main.hex -U lfuse:w:0x6A:m -U hfuse:w:0xFF:m -U lock:w:0xFF:m
```
## Building Project(UNIX)
### Building Hex Files