ncmreynolds / ld2410

An Arduino library for the Hi-Link LD2410 24Ghz FMCW radar sensor.
GNU Lesser General Public License v2.1
178 stars 37 forks source link

modified: src/ld2410.cpp #30

Closed maxabba closed 1 month ago

maxabba commented 1 month ago

Added const uint8_t* getFrameData(); to get the frame data from the sensor to be used in other part of the program

ncmreynolds commented 1 month ago

Seems entirely reasonable to me.