Sensordots Mappydot+ driver (#12147)

* Add MappyDot+ driver capable of utilizing multiple sensors on a single i2c bus.
This commit is contained in:
Kabir Mohammed
2019-06-16 06:43:52 +05:30
committed by Daniel Agar
parent eaa3d4a24f
commit ce784d1ef0
5 changed files with 957 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ add_subdirectory(cm8jl65)
#add_subdirectory(hc_sr04) # not currently supported
add_subdirectory(leddar_one)
add_subdirectory(ll40ls)
add_subdirectory(mappydot)
add_subdirectory(mb12xx)
add_subdirectory(pga460)
add_subdirectory(sf0x)