generated from TDD-Templates/cmake_cpputest_template_avr
Seperated and renamed sections. Added instructions on usage
This commit is contained in:
parent
ae15f4ea66
commit
83a2332495
18
README.md
18
README.md
|
@ -19,7 +19,21 @@ saved position read out of EEPROM memory.
|
|||
- avrdude(<=7.0)
|
||||
- CMAKE(<= 3.20)
|
||||
|
||||
## Instructions(Windows)
|
||||
## Instructions
|
||||
|
||||
### Setting Fader Position
|
||||
|
||||
To set the fader position preform a long press of the button.
|
||||
|
||||
The position will now be saved into the EEPROM memory.
|
||||
|
||||
### Move to Position
|
||||
|
||||
To automatically move the fader into the saved location preform a quick
|
||||
press of the button.
|
||||
|
||||
|
||||
## Building Project(Windows)
|
||||
|
||||
### Flashing the Project
|
||||
|
||||
|
@ -53,7 +67,7 @@ saved position read out of EEPROM memory.
|
|||
|
||||
|
||||
|
||||
## Instructions(UNIX)
|
||||
## Building Project(UNIX)
|
||||
|
||||
### Building Hex Files
|
||||
|
||||
|
|
Loading…
Reference in New Issue