mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 18:28:50 +01:00
add binary file for keyboard
This commit is contained in:
parent
1429167abc
commit
ce48b4986f
1018
Code/devterm_keyboard/bin/stm32duino_bootloader_upload_1a1be01.sh
Executable file
1018
Code/devterm_keyboard/bin/stm32duino_bootloader_upload_1a1be01.sh
Executable file
File diff suppressed because it is too large
Load Diff
1054
Code/devterm_keyboard/bin/stm32duino_bootloader_upload_foriequal0.sh
Executable file
1054
Code/devterm_keyboard/bin/stm32duino_bootloader_upload_foriequal0.sh
Executable file
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@ static const int8_t WHEEL_DENOM = 2;
|
||||
static int8_t wheelBuffer;
|
||||
|
||||
static float rateToVelocityCurve(float input) {
|
||||
return std::pow(std::abs(input) / 50, 1.5);
|
||||
return std::pow(std::abs(input) / 50, 1.4);
|
||||
}
|
||||
|
||||
template<Axis AXIS, int8_t Direction>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user