Skip to content

Instantly share code, notes, and snippets.

@yostane
Created January 29, 2017 12:45
Show Gist options
  • Select an option

  • Save yostane/7c85cb3b7150d667ceb8045c5dc6c07f to your computer and use it in GitHub Desktop.

Select an option

Save yostane/7c85cb3b7150d667ceb8045c5dc6c07f to your computer and use it in GitHub Desktop.
void writeToBLE(const char *value) {
Serial.print("Writing :");
Serial.println(value);
mySerial.write(value, strlen(value));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment