mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +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:
@ -31,7 +31,7 @@ public class ADC121C021Sample {
|
||||
upm_adc121c021.ADC121C021 adc = new upm_adc121c021.ADC121C021(0);
|
||||
|
||||
// An analog sensor, such as a Grove light sensor,
|
||||
// must be attached to the adc·
|
||||
// must be attached to the adc
|
||||
// Prints the value and corresponding voltage every 50 milliseconds
|
||||
while (true) {
|
||||
int val = adc.value();
|
||||
@ -43,4 +43,4 @@ public class ADC121C021Sample {
|
||||
// ! [Interesting]
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user