An open API service indexing awesome lists of open source software.

https://github.com/smfsw/ow_drivers

ARM OneWire Drivers for various components (requires 'sarmfsw' & 'HARMcksL')
https://github.com/smfsw/ow_drivers

Last synced: about 1 year ago
JSON representation

ARM OneWire Drivers for various components (requires 'sarmfsw' & 'HARMcksL')

Awesome Lists containing this project

README

          

# ARM OW drivers [![Build Status](https://travis-ci.com/SMFSW/ow_drivers.svg?branch=master)](https://travis-ci.com/SMFSW/ow_drivers)

ARM OW Drivers for various components

## Requires

- sarmfsw
- [sarmfsw](https://github.com/SMFSW/sarmfsw)

- HARMcksL (following used components(s))
- [HARMcksL](https://github.com/SMFSW/HARMcksL)

## TODO

- Any RTOS compatibility (blocking transactions doesn't match with RTOS task timings)
- (FreeRTOS) compatibility using R/W functions using interrupts with callbacks (when possible)

## Misc

Feel free to share your thoughts @ xgarmanboziax@gmail.com about:

- issues encountered (might also raise issue on github directly)
- optimizations
- improvements & new functionalities

## Documentation

Doxygen documentation can be generated using "Doxyfile"

See [generated documentation](https://smfsw.github.io/ow_drivers/)

## Release Notes

See [release notes](ReleaseNotes.md)