HID Shared Memory: Difference between revisions
Line 203: | Line 203: | ||
The size of this region is 0x50-bytes. This contains the accelerometer state. | The size of this region is 0x50-bytes. This contains the accelerometer state. | ||
The data stored under these entries is loaded from [[MCU|MCUHID]] service commands. | |||
HID module first updates index0, then index1, and so on. When updating the array when the index is already 7, the index is reset to 0. | HID module first updates index0, then index1, and so on. When updating the array when the index is already 7, the index is reset to 0. |