1
// ff-strobe-modes.h: Fireflies Flashlights strobe modes for Anduril.
2
// Copyright (C) 2017-2023 Selene ToyKeeper
3
// SPDX-License-Identifier: GPL-3.0-or-later
7
uint8_t boring_strobe_state(Event event, uint16_t arg);
8
inline void boring_strobe_state_iter();
9
uint8_t boring_strobe_type = 0;
10
void sos_blink(uint8_t num, uint8_t dah);
11
#ifdef USE_POLICE_STROBE_MODE
12
inline void police_strobe_iter();
14
#define NUM_BORING_STROBES 2