• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dangernoodle-io / breadboard / 26899455957
100%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 04:48PM UTC
Jobs 1
Files 21
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jun 2026 04:47PM UTC coverage: 100.0%. Remained the same
26899455957

push

github

web-flow
feat(bb_led): smooth dim breathing — 16-bit set_level + CIE gamma (#331)

bb_led_anim BREATHE/PULSE/SOLID quantized brightness to integer percent and the
backends mapped it linearly, so a dim (e.g. 0-5%) breathe rendered as ~6 visible
steps. Add a fine-resolution, gamma-corrected brightness path so dim animations
are smooth.

- bb_led: new bb_led_set_level(h, idx, uint16_t level) + an optional set_level
  vtable op; the core bridges to set_brightness for drivers without it (gpio,
  test mocks), so existing drivers and direct callers are unchanged.
- bb_led_gamma: shared CIE 1931 L* curve (257-entry LUT, ~514 B, no <math.h>);
  backends map a perceptual level to linear output.
- backends: bb_led_pwm (espidf/host/arduino) -> full resolution_bits duty;
  bb_led_apa102 (espidf/host/arduino) -> scale the base color by gamma at 8-bit
  per-channel (global=31), preserving hue, instead of the coarse 5-bit global.
- bb_led_anim: breathe/pulse/solid interpolate at 16-bit and call set_level. The
  public pattern struct is unchanged (uint8_t percent) - consumers get smooth dim
  output for free on a re-pin.

host: +7 tests (level bridge + direct call, PWM/APA102 gamma applied, 0-5% breathe
yields >=20 distinct levels); 1135/1135 pass. on-device: the TaipanMiner S2 mining
breathe renders as a smooth dim glow (at 13-bit PWM).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

1356 of 1356 branches covered (100.0%)

Branch coverage included in aggregate %.

2314 of 2314 relevant lines covered (100.0%)

919.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26899455957.1 03 Jun 2026 04:47PM UTC 21
100.0
GitHub Action Run
Source Files on build 26899455957
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26899455957
  • 7be77fdf on github
  • Prev Build on main (#26859868488)
  • Next Build on main (#26904580242)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc