mchr3k / arduino-libs-manchester

173 stars 113 forks source link

Use standard processor macros #28

Closed per1234 closed 8 years ago

per1234 commented 8 years ago

The previous macros used were core specific and caused compiling for these processors to fail when a core(such as https://github.com/damellis/attiny) that didn't define them was used.

closes #13

bodtx commented 7 years ago

I do not see this merge in the master... Still having the problem on attiny85

per1234 commented 7 years ago

@bodtx the problem you're encountering was caused by a regression introduced in https://github.com/mchr3k/arduino-libs-manchester/commit/18d6cb83f1d07e32064cc99652a7fd60e00fa59a. I should have this fixed in https://github.com/mchr3k/arduino-libs-manchester/pull/33. I'd appreciate if you would give it a test and let me know if it works/doesn't work for you. You can download my fixed version of the library at https://github.com/per1234/arduino-libs-manchester/archive/fix-processor-macro-regression.zip.

bodtx commented 7 years ago

I've tested just right now and this zipped library is working 👍