We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6907b4b commit b546636Copy full SHA for b546636
1 file changed
main.ts
@@ -82,19 +82,19 @@ namespace KittenRadio {
82
//% blockID=radio_changeFreq block="Change frequency|%change"
83
//% weight=60
84
//% group="TEA5767"
85
- /*
+
86
export function change_frequency(change: number) {
87
- frequency += change
88
-
+ frequency = frequency+change
+ /*
89
if (change >= 0) {
90
search_direction = 1
91
} else {
92
search_direction = 0
93
}
94
+ */
95
update()
96
97
- */
98
99
//% blockID=radio_search block="search|%mode|direction %dir|adc %adc"
100
0 commit comments