DFRobot / DFRobot_DF2301Q

MIT License
14 stars 13 forks source link

Support for DF2301Q via circuitpython #11

Closed Timo614 closed 4 months ago

Timo614 commented 4 months ago

Adds circuit python support for the i2c elements of the module.

Tested via: https://community.dfrobot.com/makelog-314372.html https://www.cranberrygrape.com/mini-projects/voice-controlled-robot/ https://www.youtube.com/watch?v=BExq-ssUYSE

Didn't add support for UART at this time. Most of the work here was really done by yihuan.huang from dfrobot as I just got it working for CircuitPython with their libraries. Thank you for the legwork there.

qsjhyy commented 4 months ago

Thank you very much