This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth

Dependencies:   USBDevice

hspguisourcev301/HspGuiSourceV301/HSPGui/StreamingParameters.cs

Committer:
darienf
Date:
2021-05-02
Revision:
5:bc128a16232f
Parent:
3:36de8b9e4b1a

File content as of revision 5:bc128a16232f:

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