mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 18:31:13 +03:00
l3gd20: Add support for I2C connections
The existing driver only supported IIO. This change adds support for controlling the device via an I2C connection. In addition, there is a new C++ example for it (l3gd20-i2c.cxx). Note: Only basic functionality is supported, though a full register map and access functions are available to fill in any desired functionality. Note, that some methods are only usable with specific connection types. See the documentation. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -267,6 +267,7 @@ add_example (ds18b20)
|
||||
add_example (bmp280)
|
||||
add_example (bno055)
|
||||
add_example (l3gd20)
|
||||
add_example (l3gd20-i2c)
|
||||
add_example (bmx055)
|
||||
add_example (ms5611)
|
||||
|
||||
|
Reference in New Issue
Block a user