Skip to content

Arduino library for the MLX90363 magnetometer rotery sensor

Notifications You must be signed in to change notification settings

popos123/MLX90363

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Arduino library for the MLX90363 magnetometer rotery sensor, is using in the Logitech G29 steering wheel. I was modified the repository: https://gist.github.com/Otteri/86da94b676e55acff900af58b90d25fc

I was added just:

  • Support for Software SPI
  • STM32
  • Arduino IDE

There is a 2 versions:

  • slow version with delay in the library: about 0.5kHz read rate (folder with_delay)
  • fast version with timers in the library: about 1.1kHz read rate (folder without_delay)

*in version without_delay it is not recommended to use the delay() function in main loop() and is designed for fast programs where the main loop() function executes in a shorter time (maximum 30ms), for longer programs e.g. with screen handling the slow version is recommended.

I was used this library for the my new project: https://github.com/popos123/Logitech-G29-Motherboard-Replacement

About

Arduino library for the MLX90363 magnetometer rotery sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages