• Earle F. Philhower, III's avatar
    Add SerialUART::setPollingMode() (#473) · 44cd697b
    Earle F. Philhower, III authored
    Fixes #472
    
    Instead of using interrupts, explicitly call the IRQ handler dueing Serial
    read/peek/available calls.
    
    Add to keywords.txt for syntax hilighting.
    
    Add poll calls in the SerialUART::write-like calls (write,
    flush, etc.)
    
    Really remove division from IRQ routines/
    44cd697b
SerialPIO.h 2.31 KB