Does anyone know of a good OneWire library that works directly with the nRF51 family?
I imagine there are ARM solutions available that could work, but I haven't found a good one yet.
Others have mentioned Paul Stoffregen's OneWire library. It however is written for AVRs and although there are #define
s that can be used to potentially make this library usable, it leaves a lot to be desired. There are issues with porting their timing functions as well, especially when the Soft Device can interrupt execution.
So, does anyone know of a good library that we could all benefit from? Cheers!