p3p / pio-framework-arduino-lpc176x

10 stars 20 forks source link

New SoftwareSerial Implementation #15

Closed p3p closed 5 years ago

p3p commented 5 years ago

Software Serial implementation by @gloomyandy using the RIT to to generate the output stream and to sample (using oversampling) the input stream. The timer ISR runs at priority 0 but take less than a us to execute.