Update README.md

This commit is contained in:
Liz 2025-03-27 13:28:03 -04:00
parent 3372c470c3
commit c000322716

View file

@ -6,7 +6,7 @@ Tested and works great with the Adafruit TLV320DAC3100 Breakout Board
* http://www.adafruit.com/product/6309
This chip uses I2C to communicate, 2 pins are required to interface
This chip uses I2C to initialize the DAC.
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
@ -15,7 +15,7 @@ Adafruit invests time and resources providing this open source code, please supp
# Contributing
Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/Adafruit_TLV320_I2S/blob/main/code-of-conduct.md>)
Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/Adafruit_TLV320_I2S/blob/main/code-of-conduct.md)
before contributing to help this project stay welcoming.
## Documentation and doxygen
@ -28,7 +28,9 @@ https://learn.adafruit.com/the-well-automated-arduino-library/doxygen
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips
Written by ladyada for Adafruit Industries.
MIT license, check license.txt for more information
MIT license, check [license.txt](https://github.com/adafruit/Adafruit_TLV320_I2S/blob/main/LICENSE.txt) for more information
All text above must be included in any redistribution
To install, use the Arduino Library Manager and search for "Adafruit DACX578" and install the library.
To install, use the Arduino Library Manager and search for "Adafruit TLV320 I2S" and install the library.