PaulStoffregen / AltSoftSerial

Software emulated serial using hardware timers for improved compatibility
http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html
328 stars 131 forks source link

known_timers.h and known_boards.h not here on Github #12

Closed GreyGnome closed 8 years ago

GreyGnome commented 9 years ago

Hi, I notice that in config there seem to be a couple of files that are in the Zip but not here on Github. Not sure if that's correct or not but I thought I'd point it out because I had a bit of trouble finding the definition of CAPTURE_INTERRUPT, for example.

Thanks.

PaulStoffregen commented 9 years ago

It's defined here.

https://github.com/PaulStoffregen/AltSoftSerial/blob/master/config/AltSoftSerial_Timers.h#L45

Are you sure there's something missing from github? Can you be more specific?

GreyGnome commented 9 years ago

Ah, I see. I thought there was something missing because I did the following:

I was confused because I found a file in the zip file under config that was not on the Github site.

On Wed, May 20, 2015 at 11:51 AM, Paul Stoffregen notifications@github.com wrote:

It's defined here.

https://github.com/PaulStoffregen/AltSoftSerial/blob/master/config/AltSoftSerial_Timers.h#L45

Are you sure there's something missing from github? Can you be more specific?

— Reply to this email directly or view it on GitHub https://github.com/PaulStoffregen/AltSoftSerial/issues/12#issuecomment-103956969 .

-Mike Schwager

PaulStoffregen commented 9 years ago

Oh, yeah, the zip file is probably old by now.

On my to-do list is removing ALL the zip files from the website and replacing them with links to these github repositories, which are the most up-to-date copies.