2014-04-13 04:46 PM
First I like this part and I LOVE the interface code that comes with it
(stsw-mems004.zip from this page:2014-04-25 03:56 PM
Regarding your last question you should verify the resolution of the accelerometer to obtain the actual sensitivity, usually the output data is divided between two registers (16 bits) but that doesn't necessarily mean all those bits contain data, and that the output registers are in two's complement to convert it to g units.
It's usually on the datasheet, but you can manually check the resolution by measuring samples on the full range and checking which bits change (data) and which stay always to zero.