~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to ToyKeeper/bistro/meta

  • Committer: Selene Scriven
  • Date: 2017-09-12 23:34:36 UTC
  • mto: (188.1.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 331.
  • Revision ID: bzr@toykeeper.net-20170912233436-d3w6nln0ts1subue
Added Flintrock's Bistro-HD 1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: "Bistro" firmware for clicky-switch lights
 
2
  General-purpose clicky-switch light firmware with many runtime config options
 
3
  to customize the interface to individual preferences:
 
4
  - 1 to 8 regular modes plus optional moon
 
5
  - low-to-high or high-to-low mode order
 
6
  - mode memory, or not
 
7
  - medium-press to go backward, or not
 
8
  - thermal calibration mode sets the maximum allowed temperature
 
9
  - "muggle mode" simplified UI for use while lending the light to others
 
10
  Default config fits on an attiny25, which can be used on drivers designed for the attiny13.
 
11
  So, there is no need to build a special driver board with extra room for tiny45/85.
 
12
  Should work on both FET+1 and single-channel drivers, though the single-channel ones
 
13
  will need to be recompiled with a different brightness level table.
 
14
Button-Type: clicky
 
15
Memory: offtime, OTC, configurable
 
16
MCU: attiny25, attiny45, attiny85
 
17
Authors: ToyKeeper
 
18
Modes: battcheck, voltage readout, tactical strobe, random strobe, police strobe, bike flasher, config, muggle
 
19
Extras: dual PWM, offtime-3, hidden modes, mode groups, thermal regulation, LVP, soft start
 
20
License: GPLv3