pimoroni-pico/micropython/modules/breakout_vl53l5cx
Phil Howard e7a4ee0282 VL53L5CX: Alloc results data & config in MPY gc_heap.
RAM constraints on Pico W were causing a hardlock. This change allocates the results struct, config and motion config on gc_heap to relieve system RAM pressure.

Fixes #448
2022-07-22 10:01:34 +01:00
..
micropython.cmake VL53L5CX: Bringup Motion and add example. 2022-04-28 14:38:34 +01:00
vl53l5cx.c MicroPython: Shim MP_REGISTER_MODULE for >1.18 compat. 2022-06-14 12:08:47 +01:00
vl53l5cx.cpp VL53L5CX: Alloc results data & config in MPY gc_heap. 2022-07-22 10:01:34 +01:00
vl53l5cx.h MicroPython: Drop redundant Print. Saves 4K. 2022-06-13 18:59:51 +01:00