Quell annoying Java ascii/unicode warning.
This fix is already in master, so just cherry-picking it here too. Change-Id: I28c57171aa3e55933c3e98555575a074b25b2b2a
This commit is contained in:
@@ -84,14 +84,14 @@ public class SensorEvent {
|
||||
* sensor itself (<b>Fs</b>) using the relation:
|
||||
* </p>
|
||||
*
|
||||
* <b><center>Ad = - <EFBFBD>Fs / mass</center></b>
|
||||
* <b><center>Ad = - ∑Fs / mass</center></b>
|
||||
*
|
||||
* <p>
|
||||
* In particular, the force of gravity is always influencing the measured
|
||||
* acceleration:
|
||||
* </p>
|
||||
*
|
||||
* <b><center>Ad = -g - <EFBFBD>F / mass</center></b>
|
||||
* <b><center>Ad = -g - ∑F / mass</center></b>
|
||||
*
|
||||
* <p>
|
||||
* For this reason, when the device is sitting on a table (and obviously not
|
||||
|
||||
Reference in New Issue
Block a user