vedderb / bldc

The VESC motor control firmware
2.25k stars 1.38k forks source link

Add documentation for str-join and str-find #743

Closed laxsjo closed 4 months ago

laxsjo commented 4 months ago

Adds documentation for the new string extensions str-join and str-find introduced by https://github.com/svenssonjoel/lispBM/pull/12. The entry for buf-find is also removed. Note that the new functions are not merged into bldc nor vesc_express at the time of writing, hopefully Benjamin will fix that.