diff --git a/tests/deprecated-apis.ts b/tests/deprecated-apis.ts new file mode 100644 index 00000000..dca0dc45 --- /dev/null +++ b/tests/deprecated-apis.ts @@ -0,0 +1,9 @@ +// deprecated APIs +radio.receivedNumber(); +radio.receivedSerial(); +radio.receivedSignalStrength(); +radio.receivedString(); +radio.receivedTime(); +radio.onDataReceived(() => { + +});