esp-idf-lib/components/mcp23x17/Kconfig

Tue, 28 Mar 2023 11:25:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 28 Mar 2023 11:25:46 +0200
changeset 2
3462a53e548f
parent 1
1c9894662795
permissions
-rw-r--r--

Finished the BMP280 task.

menu "MCP23x17"

	choice MCP23X17_IFACE
		prompt "Chip type"
		config MCP23X17_IFACE_I2C
			bool "MCP23017 [I2C]"
		config MCP23X17_IFACE_SPI
			bool "MCP23S17 [SPI]"
	endchoice

endmenu

mercurial