orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
343 stars 86 forks source link

Temporal solution for SAMD21 #59

Closed sabas1080 closed 1 year ago

sabas1080 commented 6 years ago

Hi @orgua Thanks to excsniper (of Discord Arduino) I have found a temporary solution to work with SAMD21, I have tried it and it is working

anyone see a cleaner workaround?

Thanks

orgua commented 5 years ago

i have to read into that, but for now it looks like a dirty hack. my last notes tell me that the atmel cortex chips switch between different. i will have to include a second timing-implementation that does not rely on instruction-counting. teensy and cortex ships are fast enough for that.

sabas1080 commented 5 years ago

Yes is a dirty hack

orgua commented 1 year ago

ok, will merge for now. IPL-approach will be made optional in a later release!