PaulStoffregen / OneWire

Library for Dallas/Maxim 1-Wire Chips
http://www.pjrc.com/teensy/td_libs_OneWire.html
579 stars 382 forks source link

Work with SAM3A4C and SAM3A8C processor #20

Closed varlux closed 7 years ago

varlux commented 7 years ago

I normally use this library with my Arduino UNO. Now I would like to use this library with SAM3A4C or SAM3A8C processor, but it seems not work.... We are discussing this issue in this repository. And I invite you to find a solution!

Thanks

PaulStoffregen commented 7 years ago

I do not have this hardware, and even if I did have it here, I probably could not spend engineering time to test it.

Please feel free to investigate this problem. When/if you find a solution, submit a pull request. Your changes should be limited to the hardware defines in OneWire.h.

This is how open source works. The library is designed to be adapted to other hardware by editing just those defines. As the maintainer of this library, I depend on community contributions to add the defines for hardware I do not personally own or support.