repo time

Dependencies:   mbed MAX14720 MAX30205 USBDevice

HspGuiSourceV301/HSPGui/StreamingParameters.cs

Committer:
darienf
Date:
2021-04-06
Revision:
20:6d2af70c92ab

File content as of revision 20:6d2af70c92ab:

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;
        //
    }
}