This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SoftwareSerial.h> | |
int answer=0; | |
SoftwareSerial mySerial(10, 11); // RX, TX | |
void setup() | |
{ | |
Serial.begin(9600, SERIAL_9N1); | |
// set the data rate for the SoftwareSerial port |