Skip to content

Releases: sparkfun/SparkFun_Toolkit

Version 1.0.0

26 Feb 20:55
Compare
Choose a tag to compare

Version 1.0.0 Release includes the following updates:

Updates and New Features

  • Updated/unified IBus methods/interface
  • Minimize the implementation requires for platform implementation - only two methods required
  • Support for 16 bit addresses
  • Support for byte ordering
  • Abstract methods for ticks and ms delays
  • Improved doxygen documents
  • New naming scheme for classes/methods/variables - uniform across the implementation and examples
  • new tag to note repos that use the toolkit 'sparkfun-toolkit'
  • New banner
  • Updated README.md

Know Issues

  • Doxygen is not rendering the mermaid diagrams used in the main README.md file

Version 0.9.2 Beta Release

18 Jun 19:18
Compare
Choose a tag to compare

Adds a few write methods that do not include indexing to a register. This is usually the case where a microprocessor is being used as a peripheral and it expects some kind of command to execute its functionality.

Version 0.9.1 Beta Release

15 Mar 21:10
Compare
Choose a tag to compare

Updates

  • Added support to read/write to bus devices with 16 bit addresses

Version 0.9.0 Beta Release

14 Dec 18:49
39a44e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.9.0

Version 0.8.0 - Beta Release

08 Dec 20:22
397f335
Compare
Choose a tag to compare

Initial release of the SparkFun Toolkit - This is the first beta release of the library.

Features in this release

  • Common set of I2C and SPI interfaces
  • I2C and SPI drivers for Arduino