mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
unicode: Remove B7 unicode character from examples
The 00B7 unicode character in 4 of the Java examples can cause warnings (and possible errors) when compiling. Removed to minimize this risk. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -32,7 +32,7 @@ public class LSM303DLHSample {
|
||||
|
||||
// Get the coordinate data
|
||||
sensor.getCoordinates();
|
||||
short[] coor = sensor.getRawCoorData(); // in XYZ order.·
|
||||
short[] coor = sensor.getRawCoorData(); // in XYZ order.
|
||||
// The sensor returns XZY, but the driver compensates and makes it XYZ
|
||||
|
||||
// Print out the X, Y, and Z coordinate data using two different methods
|
||||
|
Reference in New Issue
Block a user