Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

30 lines (26 loc) · 1.01 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add EQ mute control for single_pb_deck sample project
  • Add is_operating()

Changed

  • Support pico-sdk 2.0.0
  • Revise TA7668BP_CXA1332M_board_customized schematic to improve low frequency gain
  • Set motor off at initial without cassette
  • Integrate single_pb_deck_with_rt_counter project into single_pb_deck project

Fixed

  • Ignore commands except for STOP when no cassette

[0.8.0] - 2024-06-02

Added

  • Calculate hub rotation by PIO, not PWM
  • Support early stop with PIO state machine
  • Support real-time counter on single_pb_deck_with_rt_counter project
  • Add the schematics for EQ and NR control

Changed

  • Support pico-sdk 1.5.1 (previously 1.4.0)
  • Change library name to pico_crp42602y_ctrl (previously crp42602y_ctrl)

[0.7.0] - 2023-08-28

  • Initial release