Calibrate compass (#392)
* adding 'calibrate-compass' function * fixing simulator. * updated docs * fixing compat test suite with 'calibrate()' function
This commit is contained in:
@ -55,7 +55,8 @@
|
||||
"type": "api",
|
||||
"map": {
|
||||
"bluetooth\\s*\\.uartRead\\s*\\((.*?)\\)": "bluetooth.uartReadUntil($1)",
|
||||
"bluetooth\\s*\\.uartWrite\\s*\\((.*?)\\)": "bluetooth.uartWriteUntil($1)"
|
||||
"bluetooth\\s*\\.uartWrite\\s*\\((.*?)\\)": "bluetooth.uartWriteUntil($1)",
|
||||
"input\\s*\\.calibrate\\s*\\(": "input.calibrateCompass("
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user