bma220: Initial implementation
This driver was developed based on the DFRobot Triple Axis accelerometer BMA220 (Tiny): http://www.dfrobot.com/index.php?route=product/product&product_id=1085 This device can only run at 3.3v DC. Do not connect to 5v. Added a private function definition for the installISR function. Done because C++ wasn't able to find the function definition for the java bindings. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
committed by
Abhishek Malik
parent
53bc249b75
commit
db721845db
5
src/bma220/CMakeLists.txt
Normal file
5
src/bma220/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "bma220")
|
||||
set (libdescription "accelerometer sensor based on bma220")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user