uci-mcp/src/index.js

8 lines
163 B
JavaScript
Raw Normal View History

2018-05-16 07:19:03 -07:00
import MCP230XX from './mcp230xx'
import MCP230XXi from './mcp230xxi'
export { MCP230XX as MCP230XX }
export { MCP230XXi as MCP230XXi }
export default MCP230XX