mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
+ BETA WARNING IN README.TXT
This commit is contained in:
parent
7c0e98602e
commit
3c445d35ac
@ -1,12 +1,10 @@
|
||||
|
||||
BETA: WARNING: BETA: WARNING: BETA: WARNING: BETA:
|
||||
|
||||
This library is BETA, only tested partially and not thoroughly
|
||||
|
||||
No guarantees, use at own risk, all disclaimers apply
|
||||
|
||||
The example sketch can be used to config the compass.
|
||||
|
||||
For switching operational mode one must reboot the system.
|
||||
|
||||
|
||||
|
||||
WARNING: BETA: WARNING: BETA: WARNING: BETA: WARNING:
|
||||
|
||||
|
@ -25,7 +25,7 @@ void setup()
|
||||
Serial.print("current output modus");
|
||||
Serial.println(Compass.getOutputModus());
|
||||
|
||||
x = Compass.askHeading();
|
||||
int x = Compass.askHeading();
|
||||
//Serial.print("Ask returns: ");
|
||||
//Serial.println(x);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user