mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-30 13:35:31 +00:00
Updated Create a simple app (markdown)
parent
895f63b4ad
commit
76fc9cc503
@ -251,7 +251,7 @@ NewAppView::NewAppView(NavigationView &nav) {
|
|||||||
|
|
||||||
To set a frequency you can use the function `set(const rf::Frequency frequency)`:
|
To set a frequency you can use the function `set(const rf::Frequency frequency)`:
|
||||||
```
|
```
|
||||||
my_bigFrequency(433000000); // 433MHz
|
my_bigFrequency.set(433000000); // 433MHz
|
||||||
```
|
```
|
||||||
|
|
||||||
#### ProgressBar
|
#### ProgressBar
|
||||||
|
Loading…
Reference in New Issue
Block a user