Skip to content

Instantly share code, notes, and snippets.

@blazewicz
blazewicz / argonone_fan.conf
Last active February 1, 2024 05:30
Better Fan control for Argon One Raspberry Pi 4 case
## This is config for Argon controllable fan
## Temperature at which fan starts
t_on = 50
## Temperature at which fan has full speed
t_full = 65
## Temperature difference for cooldown curve.
## Basically fan will start to slow down when temperature drops by this amount.
@cliffrowley
cliffrowley / STREAMDECK_HID.md
Last active May 25, 2024 15:44
Notes on the Stream Deck HID protocol

Stream Deck Protocol

How to interface with a Stream Deck device.

Synopsis

The device uses the HID protocol to communicate with its software.

Configuration