DarkDaemon1

Results 2 comments of DarkDaemon1

I found solution, that increase time for other functions twice. I slow down sample rate to 50Hz. I've added in MAX30100_PulseOximeter.h `void setSamplingRate(SamplingRate sr);` in MAX30100_PulseOximeter.cpp ``` void PulseOximeter::setSamplingRate(SamplingRate sr)...

I have a 12-bit CAME TOP 432NA programmable transmitter and well working SENDING code: ``` #define txPin 3 #define Te 320 void setup(){ Serial.begin(9600); Serial.println("Came send..."); pinMode(txPin, OUTPUT); SendCame(3333); //for...