Skip to content

Instantly share code, notes, and snippets.

@beckmx
beckmx / mdb
Created January 10, 2016 06:50
#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