mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-19 04:24:59 -04:00
Calculator app (#1474)
* implemented calculator app * improved output * refactoring
This commit is contained in:
parent
1185b67b28
commit
5a850984b9
8 changed files with 2520 additions and 6 deletions
5
firmware/application/external/external.cmake
vendored
5
firmware/application/external/external.cmake
vendored
|
@ -7,9 +7,14 @@ set(EXTCPPSRC
|
|||
#afsk_rx
|
||||
external/afsk_rx/main.cpp
|
||||
external/afsk_rx/ui_afsk_rx.cpp
|
||||
|
||||
#calculator
|
||||
external/calculator/main.cpp
|
||||
external/calculator/ui_calculator.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
pacman
|
||||
afsk_rx
|
||||
calculator
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue