scope_types.h 289 B

1234567891011121314
  1. #pragma once
  2. #include <furi.h>
  3. #include <furi_hal.h>
  4. #define S_VERSION_APP "0.0.1"
  5. #define S_DEVELOPED "anfractuosity"
  6. #define S_GITHUB "https://github.com/anfractuosity/flipperscope"
  7. typedef enum {
  8. ScopeViewVariableItemList,
  9. ScopeViewSubmenu,
  10. ScopeViewWidget,
  11. } ScopeView;