提交 ced0acd4 编写于 作者: K Krzysztof Wicher 提交者: Jose Perez Rodriguez

re-gen device listing (#570)

上级 cdafad96
......@@ -32,6 +32,7 @@
* [Mcp23xxx - I/O Expander device family](Mcp23xxx/README.md)
* [Mcp25xxx device family - CAN bus](Mcp25xxx/README.md)
* [MCP3008 - 10-bit Analog to Digital Converter](Mcp3008/README.md)
* [Mcp3428 - Analog to Digital Converter (I2C)](Mcp3428/README.md)
* [MPR121 - Proximity Capacitive Touch Sensor Controller](Mpr121/README.md)
* [nRF24L01 - Single Chip 2.4 GHz Transceiver](Nrf24l01/README.md)
* [NXP/TI PCx857x](Pcx857x/README.md)
......
# Mcp3428
# Mcp3428 - Analog to Digital Converter (I2C)
## Summary
......@@ -32,5 +32,5 @@ using (var adc = new Mcp3428(dev)) // Default settings
The library provides an async API as reading with 16 bit resolution can take up to 60-80ms. It's in a separate class called `Mcp3428Async`.
## References
## References
Provide any references to other tutorials, blogs and hardware related to the component that could help others get started.
......@@ -14,6 +14,7 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
* [ADS1115 - Analog to Digital Converter](Ads1115/README.md)
* [MCP3008 - 10-bit Analog to Digital Converter](Mcp3008/README.md)
* [Mcp3428 - Analog to Digital Converter (I2C)](Mcp3428/README.md)
### Accelerometers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册