mcci-catena / OneWire

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

Add support for SM32L0 #2

Closed terrillmoore closed 6 years ago

terrillmoore commented 6 years ago

Fix #1 -- add support for STM32L0. Required adding optimized register access, and an improved timing routine. The timing routine is not required if using the MCCI Board Support Package, but is required with other board support packages, because the microsecond-based delay code is not efficient/accurate enough for short delays.

terrillmoore commented 6 years ago

Leaving branch to simplify sending a pull-request upstream.