TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

Onewire library for STM32F4 devices - http://stm32f4-discovery.com/2014/05/library-12-onewire-library-for-stm43f4xx/. More...

Modules

 TM_ONEWIRE_Macros
 Library defines.
 
 TM_ONEWIRE_Typedefs
 Library Typedefs.
 
 TM_ONEWIRE_Functions
 Library Functions.
 

Detailed Description

Onewire library for STM32F4 devices - http://stm32f4-discovery.com/2014/05/library-12-onewire-library-for-stm43f4xx/.

As of version 2.0 you can now use more than just one one-wire "port" on STM32F4. This allows you to group devices to separate ports.

Because if you have a loot devices on one port, if one device fail, everything is failed. You can prevent this by use more than just one port.

To set your port and pin for OneWire protocol, you can do this when calling TM_OneWire_Init function.

Changelog
 Version 2.1
  - March 10, 2015
  - Added support for new GPIO library 

 Version 2.0
  - January 04, 2015
  - New OneWire system
  - With support for multiple OneWire ports to separate group of devices

 Version 1.1
  - December 06, 2014
  - Added 8-bit CRC calculation for 1-Wire devices, algorithm from Dallas
 
 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - STM32F4xx GPIO
 - defines.h
 - TM DELAY
 - TM GPIO