Skip to content

Commit 00e0d96

Browse files
authored
remove get curr freq
1 parent 3c0d74b commit 00e0d96

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

main.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ namespace KittenRadio {
5454
signal_adc_level = 0
5555
update()
5656
}
57-
/**
57+
5858
/**
5959
* Get current frequency
6060
*/
6161
//% blockID=radio_return block="Get frequency|%freq"
6262
//% weight=60
6363
//% group="TEA5767"
64-
export function return_frequency(): number{
65-
update()
66-
return frequency
67-
}
68-
*/
64+
//export function return_frequency(): number{
65+
// update()
66+
// return frequency
67+
//}
68+
6969
/**
7070
* Set frequency
7171
*/

0 commit comments

Comments
 (0)