Skip to content

AlexDaniel/STM32_HMC5883Llib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============================================================================
     For More details, visit: http://harinadha.wordpress.com
============================================================================

The HMC5883L I2C Device Library provides simple and intuitive interfaces to HMC5883L I2C device on ARM 32-bit STM32F103xx family of microcontrollers.It has the I2C bit- and byte-level communication for complete coverage of all functionality described by HMC5883L documentation.

The code is written primarily to support the HMC5883L I2C device implementation, but it may be useful to extend it to other I2C devices.

Documentation is created using Doxygen-style comments placed in each definition file, based on the information available in device's datasheet. This documentation will be available in HTML format on the http://harinadha.wordpress.com website, which also holds helpful information for some problems i faced in implementing this library.

This library depends on only the following header files from STM32F10xFWLib v3.3.0:

stm32f10x.h
stm32f10x_i2c.h

Want a library for a device that isn't up on the repository? Request it, or fork the code and contribute! Better yet, send me a device on a breakout board to test the code during development. No guarantees on how fast I can get it done, but I'd love to make good consistent and well-documented library for ARM STM32F103xx platform.

About

HMC5883L I2C Library for 32-bit ARM STM32f103xx family of microcontrollers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.4%
  • C++ 27.6%