summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorApexo2026-03-29 11:29:07 +0200
committerApexo2026-03-29 11:29:07 +0200
commit1f6a093a5f8773e94b3311bf4ca308a013f4949d (patch)
tree452e44cf1ece7bb05a1f5d405dae0d8d24bbaa2f /src
parentcleanup exports (diff)
downloadanduril-sim-1f6a093a5f8773e94b3311bf4ca308a013f4949d.tar.gz
anduril-sim-1f6a093a5f8773e94b3311bf4ca308a013f4949d.tar.bz2
anduril-sim-1f6a093a5f8773e94b3311bf4ca308a013f4949d.zip
fix comments
Diffstat (limited to '')
-rw-r--r--src/lights/d3aa.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lights/d3aa.ts b/src/lights/d3aa.ts
index 7586222..9b8b0ba 100644
--- a/src/lights/d3aa.ts
+++ b/src/lights/d3aa.ts
@@ -80,10 +80,10 @@ export interface D3AAState {
hdr: number; // HDR FET on/off
boost: number; // boost enable on/off
nfet: number; // IN- NFET on/off
- auxR: number; // aux red: 0=off, 1=on
- auxG: number; // aux green: 0=off, 1=on
- auxB: number; // aux blue: 0=off, 1=on
- btnLed: number; // button LED: 0=off, 1=on
+ auxR: number; // aux red: 0=off, 1=low, 2=high
+ auxG: number; // aux green: 0=off, 1=low, 2=high
+ auxB: number; // aux blue: 0=off, 1=low, 2=high
+ btnLed: number; // button LED: 0=off, 1=low, 2=high
voltage: number; // battery voltage as vbat*50
tempC: number; // temperature in Celsius
channel: number; // (not directly readable from hardware, default 0)