diff options
| author | Jacob Palecki <[email protected]> | 2020-08-20 00:32:11 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-20 00:32:11 -0700 |
| commit | 3dd0bb9163380de64d0df4f0b5c16dd86979714e (patch) | |
| tree | e5cb12562df1a3e24ba47759813bbbc502aaf381 /grapher/grapher.csproj | |
| parent | Add natural gain accel; add scale by DPI, poll rate in GUI (diff) | |
| download | rawaccel-3dd0bb9163380de64d0df4f0b5c16dd86979714e.tar.xz rawaccel-3dd0bb9163380de64d0df4f0b5c16dd86979714e.zip | |
Sigmoid gain
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index cc7a8b4..2d9f4ab 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -48,6 +48,7 @@ </ItemGroup> <ItemGroup> <Compile Include="Layouts\NaturalGainLayout.cs" /> + <Compile Include="Layouts\SigmoidGainLayout.cs" /> <Compile Include="Models\Calculations\AccelCalculator.cs" /> <Compile Include="Models\Calculations\AccelChartData.cs" /> <Compile Include="Models\Calculations\AccelData.cs" /> |