File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Example1_config_BPM_Mode1
Example2_config_BPM_Mode2
Example5_define_pins_at_begin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ void setup(){
58
58
if (result == 0 ) // Zero errors!
59
59
Serial.println (" Sensor started!" );
60
60
else
61
- Serial.println (" Could not communicate with the sensor!!! " );
61
+ Serial.println (" Could not communicate with the sensor!" );
62
62
63
63
Serial.println (" Configuring Sensor...." );
64
64
int error = bioHub.configBpm (MODE_ONE); // Configuring just the BPM settings.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ void setup(){
62
62
if (result == 0 ) // Zero errors!
63
63
Serial.println (" Sensor started!" );
64
64
else
65
- Serial.println (" Could not communicate with the sensor!!! " );
65
+ Serial.println (" Could not communicate with the sensor!" );
66
66
67
67
Serial.println (" Configuring Sensor...." );
68
68
int error = bioHub.configBpm (MODE_TWO); // Configuring just the BPM settings.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ void setup(){
63
63
if (result == 0 ) // Zero errors!
64
64
Serial.println (" Sensor started!" );
65
65
else
66
- Serial.println (" Could not communicate with the sensor!!! " );
66
+ Serial.println (" Could not communicate with the sensor!" );
67
67
68
68
Serial.println (" Configuring Sensor...." );
69
69
int error = bioHub.configBpm (MODE_ONE); // Configuring just the BPM settings.
You can’t perform that action at this time.
0 commit comments