gitextract_wgem7s09/ ├── .gitattributes ├── .gitignore ├── ArduinoPrintADC/ │ └── ArduinoPrintADC.ino ├── README.md └── Serial Oscilloscope/ ├── Serial Oscilloscope/ │ ├── CsvFileWriter.cs │ ├── FormGetValue.Designer.cs │ ├── FormGetValue.cs │ ├── FormGetValue.resx │ ├── FormTerminal.Designer.cs │ ├── FormTerminal.cs │ ├── FormTerminal.resx │ ├── Oscilloscope/ │ │ ├── Oscilloscope.cs │ │ └── Oscilloscope_settings.ini │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── SampleCounter.cs │ ├── Serial Oscilloscope.csproj │ ├── TextBoxBuffer.cs │ └── VisualStudio_CleanUp.bat └── Serial Oscilloscope.sln