diff options
| author | Jacob Palecki <[email protected]> | 2020-07-31 10:46:23 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-31 10:46:23 -0700 |
| commit | 498e5c1a2fabed3ba5f1c00768d7050c5738e76e (patch) | |
| tree | b1a2aedce76abedf7585689cbf636f8e92d0583d /grapher/AccelerationSettings.cs | |
| parent | Use options instead of fields (diff) | |
| download | rawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.tar.xz rawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.zip | |
Small refactoring, use new struct to store magnitudes
Diffstat (limited to 'grapher/AccelerationSettings.cs')
| -rw-r--r-- | grapher/AccelerationSettings.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/grapher/AccelerationSettings.cs b/grapher/AccelerationSettings.cs new file mode 100644 index 0000000..83d48db --- /dev/null +++ b/grapher/AccelerationSettings.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace grapher +{ + public class AccelerationSettings + { + public sensitivity + } +} |