+ BETA WARNING IN README.TXT

This commit is contained in:
Rob Tillaart 2013-09-30 17:12:28 +02:00
parent 7c0e98602e
commit 3c445d35ac
2 changed files with 4 additions and 6 deletions

View File

@ -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:

View File

@ -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);
}