~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-Sofirn_LT1S-Pro.h

  • Committer: Selene ToyKeeper
  • Date: 2023-04-25 07:07:15 UTC
  • mto: (483.1.175 anduril2)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: bzr@toykeeper.net-20230425070715-yi80xgfowxmbfl6n
updated D4Sv2-tintramp -> Emisar 2-channel build target ...
... and reworked how gradual_tick() works
... and updated LT1S Pro to use new method

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
void set_level_auto_3ch_blend(uint8_t level);
116
116
void set_level_red_white_blend(uint8_t level);
117
117
 
118
 
void gradual_tick_red();
119
 
void gradual_tick_white_blend();
120
 
void gradual_tick_auto_2ch_blend();
121
 
void gradual_tick_auto_3ch_blend();
122
 
void gradual_tick_red_white_blend();
 
118
bool gradual_tick_red(uint8_t gt);
 
119
bool gradual_tick_white_blend(uint8_t gt);
 
120
bool gradual_tick_auto_2ch_blend(uint8_t gt);
 
121
bool gradual_tick_auto_3ch_blend(uint8_t gt);
 
122
bool gradual_tick_red_white_blend(uint8_t gt);
123
123
 
124
124
 
125
125
inline void hwdef_setup() {