Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MAX14720 MAX30205 USBDevice
Diff: HspGuiSourceV301/HSPGui/StreamingParameters.cs
- Revision:
- 20:6d2af70c92ab
diff -r 002c398f14cc -r 6d2af70c92ab HspGuiSourceV301/HSPGui/StreamingParameters.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/HspGuiSourceV301/HSPGui/StreamingParameters.cs Tue Apr 06 06:41:40 2021 +0000
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace HealthSensorPlatform
+{
+ class StreamingParameters
+ {
+ // MAX30101 Parameters
+ public int SampleRate;
+ public int SampleAverage;
+ public int PulseWidth;
+ public int AdcFullScaleRange;
+ public int RedCurrent;
+ public int IrCurrent;
+ public int Greencurrent;
+ public int PilotPa;
+ public int ProxIntThresh;
+ public int LedSlot1;
+ public int LedSlot2;
+ public int LedSlot3;
+ public int LedSlot4;
+ //
+ }
+}