microsoft / devkit-sdk

Arduino library and package for the MXChip IoT DevKit
https://aka.ms/devkit
MIT License
69 stars 52 forks source link

added support for using pins 1 and 2 as Serial1 #858

Closed capfish closed 6 years ago

capfish commented 6 years ago

This lets one use pins 1 and 2 on the devkit as hardware TTL TX and RX pins as Serial1 (Serial1.begin(115200), Serial1.read(), etc...). Regular Serial commands still work as normal over USB. I've only tested it on Mac OSX 10.13.1.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

luzlab commented 6 years ago

Will this be merged into 1.4.1?

ArthurMa1978 commented 6 years ago

thank you!