What's Changed * First release with * PWM ([PCA9685PW](https://www.nxp.com/docs/en/data-sheet/PCA9685.pdf)) * Pressure and Temperature ([BMP280](https://cdn-shop.adafruit.com/datasheets/BST-BMP280-DS001-11.pdf)) * Analog read ([ADS1115IDGS](https://www.ti.com/lit/ds/symlink/ads1115.pdf)) * Accelerometer and Gyroscope support ([ICM-20602](https://invensense.tdk.com/wp-content/uploads/2016/10/DS-000176-ICM-20602-v1.0.pdf)) * Magnetometer read ([AK09915](https://bluerobotics.com/wp-content/uploads/2022/05/AK09915-DATASHEET.pdf)) * User LED control
New Contributors * RaulTrombin made their first contribution * patrickelectric made their first contribution
What's Changed * pyproject: Use hatchling as build system by patrickelectric in https://github.com/bluerobotics/navigator-lib/pull/39 * Update to 0.6.0 by patrickelectric in https://github.com/bluerobotics/navigator-lib/pull/82 * lib: Add navigator and raspberry version support by patrickelectric in https://github.com/bluerobotics/navigator-lib/pull/83 * lib: Add missing enum and functions by patrickelectric in https://github.com/bluerobotics/navigator-lib/pull/84
What's Changed * lib: Fix typo, from Navigation to Navigator https://github.com/bluerobotics/navigator-lib/pull/76 * Add RGBW and generic led strip size support https://github.com/bluerobotics/navigator-lib/pull/77