# 36C3 Clock

**Clock in 36c3 design** (propably not the best code, but somebody had to do it)

* Choose design between destruction and hope by shortclick TOP_RIGHT button, long click to switch to the [Timer](https://badge.team/projects/timer) app (auto switching when timer *and new: alarm of [Control Center](https://badge.team/projects/control_center)* goes off is also included).
* Fast change your personal_state by clicking the BOTTOM_LEFT button, long click to switch to the ecg app.
* Activate your flashlight led by clicking the BOTTOM_RIGHT button, long click to use the LED-bar as flashlight.

Or modify the button mappings like you want by editing the check_buttons() function.
DAY changes at 07:00 a.m. per default, because most nerds don't sleep at 00:00, but you can also chage that easily on line 12.

_It's based on the code from [Timer](https://badge.team/projects/timer)-App, which was based on other projects._