Please help me guys, my code doesn't working when i try to make a heart rate projectrusing pulse sensor+arduino+gsm900, where if the result on the screen is BPM>100, there will be automatically send by sms, but when i try to verifiy this code, the error at the part of 'arduinoSerialMonitor' and when i try to run this code at the serial monitor, the result just Show the BPM but not automatically send SMS, HELP ME PLEASE
but when i try to verifiy this code, the error at the part of 'arduinoSerialMonitor' and when i try to run this code at the serial monitor, the result just Show the BPM but not automatically send SMS, HELP ME PLEASE
What error?
It is pointless to talk about running code that won't even compile.
void serialOutputWhenBeatHappens()
{
(serialVisual == true) // Code to Make the Serial Monitor Visualizer Work
{
It would appear that you are trying to invent your own syntax. An if statement without the need for a couple of useless letters.