|
synchronized void | delete () |
|
| BMA250E (int bus, int addr, int cs) |
|
| BMA250E (int bus, int addr) |
|
| BMA250E (int bus) |
|
void | update () |
|
short | getChipID () |
|
AbstractList< Float > | getAccelerometer () |
|
float | getTemperature (boolean fahrenheit) |
|
float | getTemperature () |
|
void | init (BMA250E_POWER_MODE_T pwr, BMA250E_RANGE_T range, BMA250E_BW_T bw) |
|
void | init (BMA250E_POWER_MODE_T pwr, BMA250E_RANGE_T range) |
|
void | init (BMA250E_POWER_MODE_T pwr) |
|
void | init () |
|
void | reset () |
|
void | setRange (BMA250E_RANGE_T range) |
|
void | setBandwidth (BMA250E_BW_T bw) |
|
void | setPowerMode (BMA250E_POWER_MODE_T power) |
|
void | enableFIFO (boolean useFIFO) |
|
void | fifoSetWatermark (int wm) |
|
void | fifoConfig (BMA250E_FIFO_MODE_T mode, BMA250E_FIFO_DATA_SEL_T axes) |
|
void | setSelfTest (boolean sign, boolean amp, BMA250E_SELFTTEST_AXIS_T axis) |
|
short | getInterruptEnable0 () |
|
void | setInterruptEnable0 (short bits) |
|
short | getInterruptEnable1 () |
|
void | setInterruptEnable1 (short bits) |
|
short | getInterruptEnable2 () |
|
void | setInterruptEnable2 (short bits) |
|
short | getInterruptMap0 () |
|
void | setInterruptMap0 (short bits) |
|
short | getInterruptMap1 () |
|
void | setInterruptMap1 (short bits) |
|
short | getInterruptMap2 () |
|
void | setInterruptMap2 (short bits) |
|
short | getInterruptSrc () |
|
void | setInterruptSrc (short bits) |
|
short | getInterruptOutputControl () |
|
void | setInterruptOutputControl (short bits) |
|
void | clearInterruptLatches () |
|
BMA250E_RST_LATCH_T | getInterruptLatchBehavior () |
|
void | setInterruptLatchBehavior (BMA250E_RST_LATCH_T latch) |
|
short | getInterruptStatus0 () |
|
short | getInterruptStatus1 () |
|
short | getInterruptStatus2 () |
|
short | getInterruptStatus3Bits () |
|
BMA250E_ORIENT_T | getInterruptStatus3Orientation () |
|
void | enableRegisterShadowing (boolean shadow) |
|
void | enableOutputFiltering (boolean filter) |
|
void | setLowPowerMode2 () |
|
void | installISR (BMA250E_INTERRUPT_PINS_T intr, int gpio, SWIGTYPE_p_mraa__Edge level, SWIGTYPE_p_f_p_void__void isr, SWIGTYPE_p_void arg) |
|
void | uninstallISR (BMA250E_INTERRUPT_PINS_T intr) |
|
short | readReg (short reg) |
|
int | readRegs (short reg, SWIGTYPE_p_unsigned_char buffer, int len) |
|
void | writeReg (short reg, short val) |
|
void | installISR (BMA250E_INTERRUPT_PINS_T intr, int gpio, SWIGTYPE_p_mraa__Edge level, java.lang.Runnable runnable) |
|