Skip to content

AltSoftSerial support#44

Open
Vido wants to merge 1 commit intoitead:masterfrom
Vido:master
Open

AltSoftSerial support#44
Vido wants to merge 1 commit intoitead:masterfrom
Vido:master

Conversation

@Vido
Copy link

@Vido Vido commented Nov 20, 2015

#include <AltSoftSerial.h>
#include "ESP8266.h"

AltSoftSerial altSerial;
ESP8266 wifi(altSerial);

void setup() {
  Serial.begin(115200);
  altSerial.begin(115200);
}

void loop() {
  String ver = wifi.getVersion();
  Serial.println(ver);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant