PaulStoffregen / OneWire

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

Add support for new ATTiny MCUs #98

Closed MiBiMiFlo closed 2 years ago

MiBiMiFlo commented 3 years ago

This patch add's support for new ATTiny-1 (and possibly ATTiny-0) MCUs like ATTiny1614 and ATTiny3216. The code was tested with ATTiny1614 and ATTiny3216 using 10MHz internal clock.

SpenceKonde commented 3 years ago

This is a duplicate of https://github.com/PaulStoffregen/OneWire/pull/94 which I submitted last year, only your implementation only covers some of the tinyAVR 0/1-series. Mine covers all current and future "megaavr" devices, including the tinyAVR, megaAVR and AVR Dx-series, future EA-series, and so on.

Paul has not indicated any intent to merge PRs..