Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 281 Bytes

I created this file as a method to read the MCP3304 on the Raspberry Pico as none of the SPI versions would compile correctly. With this library, the initial pins are stated in the beginning instead of using a hardware SPI. It is based off of the Arduino Reference MCP3208 example.