You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Library uses DMA for sending and receiving hardware serial data, Teensy 3.1
paragraph=UartEvents use DMA for transferring and receiving data in the "background" making a full-duplex serial communications more possible. By using the DMA to handle the serial i/o you can lesson the load on the Teensy while sending and receiving. This library only works with Teensy 3.1.