bmpx8x: rename gy65 to bmpx8x to more properly reflect supported chips

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-02-24 16:41:37 -07:00
committed by Mihai Tudor Panu
parent f0dd5f9530
commit 23e47fa3b9
10 changed files with 63 additions and 65 deletions

View File

@ -0,0 +1,5 @@
set (libname "bmpx8x")
set (libdescription "upm BMPX8X")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()