index
:
anduril
simple-ui
trunk
Unnamed repository; edit this file 'description' to name the repository.
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
*
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