Skip to content

Releases: stephendpmurphy/icm20948

1.0.0

06 Oct 17:38
9fce4ef
Compare
Choose a tag to compare

Version 1.0.0

Commits

  • [9fce4ef] Merge pull request #5 from stephendpmurphy/dev
  • [6014d53] Updating usr read/write function defs to remove warning
  • [b7bfe35] Merge branch 'master' into dev
  • [524cc80] Updating currently supported features in README
  • [750035f] Updating the template main for the new Full Range select API
  • [a442441] Updating Readme example for new full range select API
  • [4aa88c4] Added settings option for module Full Range select
  • [41067a6] Added documentation to function defs and local variable declarations
  • [7fc6a05] Merge branch 'dev' of https://github.com/stephendpmurphy/icm20948 into dev
  • [7deab50] Adding example of sourcing the AVR-GCC toolchain before compiling the static library
  • [cb92b5e] Adding a currently supported features list
  • [19050ee] Fixing bug in the Init function where we would return an incorrect OK value when reading the WHO_AM_I val
  • [c53675d] Fixing dumb spelling mistakes and broken links
  • [316bb16] Adding MIT license section to the README.md file

0.1.0

30 Sep 14:05
26d707e
Compare
Choose a tag to compare

Version 0.1.0

Commits

  • [26d707e] Merge pull request #4 from stephendpmurphy/dev
  • [f5877a2] Updating version bump yml config for Github Actions
  • [f67187c] Merge branch 'master' into dev
  • [9e00d04] Update version_bump.yml
  • [cee466a] Update README.md
  • [7ae322d] Create release.yml
  • [59976c3] Rename release.yml to version_bump.yml
  • [e2f5dad] Update release.yml
  • [199c186] Changed the SPI address, write buffer, and len to be constants in the API
  • [92d0cc5] Update README.md
  • [8248c1b] Merge pull request #3 from stephendpmurphy/dev
  • [629550d] Merging in the upstream master branch changes
  • [3e7d873] Merge branch 'dev' of https://github.com/stephendpmurphy/icm20948 into dev
  • [56ccaba] Filling out the README and fixing incompatibly pointer warnings on SPI write for the reg sel struct
  • [608e55a] Update README.md
  • [eaaf906] Update release.yml
  • [d5b8820] Update release.yml
  • [7ffc53b] Adding API for reading out Accel data
  • [363c3c5] Resetting release version - #patch
  • [ed8cf90] Changing release Actions script. #patch
  • [c03e039] Update README.md
  • [9cf31fc] Updating README with a todo for compiling a static lib
  • [a5beb08] Adding Gyro settings enable and read API
  • [1386335] Wrapping the SPI interface functions so we can add in the R/W bit to the address
  • [8f2082f] Update README.md
  • [1f6571d] Update release.yml
  • [52de101] Update release.yml
  • [c65a3c5] Update release.yml
  • [99eae83] Update release.yml
  • [6a3d5e7] Update release.yml
  • [57927b9] Merge pull request #1 from stephendpmurphy/add_release_workflow #patch
  • [608019d] Create release.yml
  • [df615d6] Filling out init function and adding an API for applying settings dynamically
  • [37506c6] Changing the dev interface to pass directly through an init function instead of a structure
  • [97539ac] Merge branch 'master' of https://github.com/stephendpmurphy/icm20948
  • [f2b0cd5] Adding interface pointer struct and added a template main.c
  • [9312a04] Update README.md
  • [f32ebad] Create c-cpp.yml
  • [11f0d97] Adding initial files and readme
  • [19cf5b6] Initial commit