index
:
anduril
simple-ui
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spaghetti-monster
/
fsm-events.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed delay timing on attiny1616 (it was about 17% too long this whole time)
Selene ToyKeeper
2023-10-29
1
-3
/
+3
*
converted noctigon-dm11-boost to use PWM+DSM, and recalibrated timing for del...
Selene ToyKeeper
2023-10-29
1
-0
/
+5
*
switched the rest of FSM + Anduril to use SPDX license headers
Selene ToyKeeper
2023-04-17
1
-22
/
+4
*
reorganized code in fsm-events.* to put things in a more coherent order
Selene ToyKeeper
2020-09-14
1
-35
/
+42
*
fixed bug: ticks_since_last_event wasn't getting reset on button hold release
Selene ToyKeeper
2020-09-14
1
-1
/
+1
*
reduced ROM 42 bytes by making "emissions" non-volatile
Selene ToyKeeper
2020-07-29
1
-1
/
+3
*
fixed build of "momentary" example UI
Selene ToyKeeper
2020-05-14
1
-1
/
+1
*
saving state of ADC / WDT refactoring before doing more changes... what chan...
Selene ToyKeeper
2020-01-30
1
-0
/
+1
*
made button release timeout faster (384ms -> 288ms) to make light shut off so...
Selene ToyKeeper
2019-06-02
1
-1
/
+1
*
Made event definitions a little cleaner.
Selene ToyKeeper
2018-11-11
1
-32
/
+32
*
Fixed the sleep tick counter wrapping around to 0 instead of 32768.
Selene ToyKeeper
2018-11-11
1
-10
/
+5
*
Several fixes...
Selene ToyKeeper
2018-11-11
1
-3
/
+3
*
Rewrote the event system to use a single byte for each event instead of an ar...
Selene ToyKeeper
2018-11-11
1
-471
/
+136
*
Mostly got Emisar UI working... I think. Not yet tested.
Selene ToyKeeper
2018-06-26
1
-0
/
+74
*
Changed halfsleep mode to TICK_DURING_STANDBY. Added blinking indicator LED ...
Selene ToyKeeper
2018-06-17
1
-14
/
+13
*
Implemented halfsleep mode.
Selene ToyKeeper
2018-06-17
1
-0
/
+6
*
Save a few bytes by changing how PCINT is defined.
Selene ToyKeeper
2018-01-24
1
-2
/
+0
*
Er, don't save_config() every frame... wait until the user lets go of the bu...
Selene ToyKeeper
2017-10-20
1
-3
/
+1
*
Made HOLD_TIMEOUT and RELEASE_TIMEOUT define-able in the UI code.
Selene ToyKeeper
2017-10-06
1
-0
/
+4
*
Moved strobes from 5 clicks to "click, click, long-click".
Selene ToyKeeper
2017-09-10
1
-0
/
+21
*
Started a Meteor M43 clone UI.
Selene ToyKeeper
2017-08-31
1
-0
/
+168
*
Ramp config mode actually works now...
Selene ToyKeeper
2017-08-27
1
-9
/
+13
*
Made it easier to configure the maximum number of clicks it'll try to count i...
Selene ToyKeeper
2017-08-27
1
-1
/
+57
*
Added eeprom load/save API (no wear levelling yet), verified it works in Dark...
Selene ToyKeeper
2017-08-26
1
-0
/
+8
*
Added beacons/strobes to DarkHorse.
Selene ToyKeeper
2017-08-26
1
-0
/
+1
*
Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(
Selene ToyKeeper
2017-08-25
1
-0
/
+2
*
Started on some documentation, spaghetti-monster.txt.
Selene ToyKeeper
2017-08-24
1
-0
/
+5
*
Added loop() to API, executes constantly.
Selene ToyKeeper
2017-08-24
1
-0
/
+3
*
Made ramping UI able to toggle between smooth and discrete ramping with 4 cli...
Selene ToyKeeper
2017-08-24
1
-0
/
+13
*
Added a ramping UI example.
Selene ToyKeeper
2017-08-24
1
-0
/
+7
*
Completely reorganized SpaghettiMonster code into smaller logical pieces: fsm...
Selene ToyKeeper
2017-08-19
1
-0
/
+197