arduino-libraries / Arduino_AdvancedAnalog

Advanced Analog Library
GNU Lesser General Public License v2.1
7 stars 5 forks source link

docs: Document API changes and new classes. #69

Closed iabdalkader closed 3 months ago

iabdalkader commented 4 months ago

Fixes #66

iabdalkader commented 3 months ago

just a note: start() function doc is missing

I2S doesn't have a start function, since it doesn't have the start arg like ADC. In IN and INOUT modes it starts on begin, in OUT mode it starts after enough buffers are written to the pool, just like DAC.

iabdalkader commented 3 months ago

I see a few issues in the old API docs that should be fixed, will update this again.