diff options
| author | Jacob Palecki <[email protected]> | 2020-08-03 14:07:21 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-03 14:07:21 -0700 |
| commit | 4e63da9daa1a3869caef1ac6c45c598aaf5a4b6e (patch) | |
| tree | 50ac76f551f9094707507d722a4ccb890e34aa42 /grapher/AccelGUI.cs | |
| parent | Merge branch 'master' into GUI (diff) | |
| download | rawaccel-4e63da9daa1a3869caef1ac6c45c598aaf5a4b6e.tar.xz rawaccel-4e63da9daa1a3869caef1ac6c45c598aaf5a4b6e.zip | |
Start work on reading from driver
Diffstat (limited to 'grapher/AccelGUI.cs')
| -rw-r--r-- | grapher/AccelGUI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/AccelGUI.cs b/grapher/AccelGUI.cs index b8f1bed..8ef411f 100644 --- a/grapher/AccelGUI.cs +++ b/grapher/AccelGUI.cs @@ -49,6 +49,7 @@ namespace grapher LimitOrExponent = limtOrExp; Midpoint = midpoint; + ManagedAcceleration.ReadFromDriver(); UpdateGraph(); } |