|
NNP STM Generic Remote Module git-main
|
Go to the source code of this file.
Functions | |
| void | putAccelRegSingle (UNS8 regNo, UNS8 data) |
| UNS8 | getAccelRegSingle (UNS8 regNo) |
| void | putAccelReg (UNS8 regNo, UNS8 data, UNS8 length) |
| void | getAccelReg (UNS8 regNo, UNS8 *data, UNS8 length) |
| void | sleepAccelerometer (void) |
| puts Accelerometer to sleep | |
| void | changeModeIMU (UNS8 mode) |
| Changes functional mode of ISM330IS accelerometer. | |
| void | initAccelerometer (void) |
| Initializes Accelerometer. | |
| void | updateAccelerometer (void) |
| update Accelerometer | |
| void | sleepTemperature (void) |
| puts thermometer to sleep | |
| void | initTemperature (void) |
| initializes thermometer to default configuration | |
| void | updateTemperature (void) |
| Gets temperature reading via I2C. | |
| void | initDiagnostics (void) |
| void | updateDiagnostics (void) |
| If disgnostics is enabled, update their entries in the OD. | |
Definition in file acceltemp.c.
| void changeModeIMU | ( | UNS8 | mode | ) |
Changes functional mode of ISM330IS accelerometer.
| mode | Mode to configure the IMU into |
Definition at line 71 of file acceltemp.c.
Referenced by initAccelerometer(), and processNMTstateChange().

Definition at line 50 of file acceltemp.c.
Definition at line 39 of file acceltemp.c.
| void initAccelerometer | ( | void | ) |
Initializes Accelerometer.
Definition at line 119 of file acceltemp.c.
Referenced by main().


| void initDiagnostics | ( | void | ) |
Definition at line 492 of file acceltemp.c.
| void initTemperature | ( | void | ) |
initializes thermometer to default configuration
Definition at line 441 of file acceltemp.c.
Referenced by main().

Definition at line 46 of file acceltemp.c.
Definition at line 35 of file acceltemp.c.
| void sleepAccelerometer | ( | void | ) |
puts Accelerometer to sleep
Definition at line 59 of file acceltemp.c.
Referenced by processNMTstateChange().

| void sleepTemperature | ( | void | ) |
puts thermometer to sleep
Definition at line 430 of file acceltemp.c.
Referenced by processNMTstateChange().

| void updateAccelerometer | ( | void | ) |
update Accelerometer
Definition at line 127 of file acceltemp.c.
Referenced by main().


| void updateDiagnostics | ( | void | ) |
If disgnostics is enabled, update their entries in the OD.
Definition at line 501 of file acceltemp.c.
Referenced by main().


| void updateTemperature | ( | void | ) |
Gets temperature reading via I2C.
Definition at line 450 of file acceltemp.c.
