Skip to content

Releases: InterstitialTech/quadrant-lib

v0.7.1

06 Jan 23:26

Choose a tag to compare

  • add DIP switch functionality
  • add event reporting over USB

v0.7.0

03 Jan 21:41

Choose a tag to compare

  • updates for board revision 5.0
  • introduce high-level API to avoid working with submodules
  • add Swipe example

v0.6.0

15 Dec 12:00

Choose a tag to compare

This update introduces the a new "modular" organization for the Quadrant data structures:

  • QuadrantDAQ
  • QuadrantDSP
  • QuadrantOut

which allows for cleaner multi-core processing on the RP2040.

It also implements a faster (43.5 Hz across all channels), periodic (<0.2% jitter) sampling scheme for DSP.

Examples have been updated accordingly, and a new "Basic" (single-core) example added.

v0.5.0

07 Dec 02:49

Choose a tag to compare

switch over to Pololu VL53L0X library

v0.4.3

06 Dec 02:46

Choose a tag to compare

  • use atan2 for pitch, roll, and arc
  • add offset calibration

v0.4.2

05 Dec 07:57

Choose a tag to compare

  • implement single-pipeline mode, and set as default
  • fix VL53L0x initialization bug
  • derive aggregate parameters from filtered values (if enabled)

v0.4.1

01 Dec 22:59

Choose a tag to compare

  • enable/disable individual sensors
  • fix continuous mode API calls
  • lower the inter-measurement time for faster sampling

v0.4.0

21 Nov 22:27

Choose a tag to compare

  • return partial average for getElevation()
  • add _setLidarProfile()
  • add boxcar filter option

v0.3.1

10 Nov 23:45

Choose a tag to compare

add missing dependency: MIDI Library

v0.3.0

10 Nov 20:51

Choose a tag to compare

add MIDI control change